mirror of https://github.com/tqdm/tqdm.git
bump version 3.1.4
Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
parent
68b2d2d6ce
commit
d6ad58fe5e
|
@ -1,5 +1,5 @@
|
||||||
# Definition of the version number
|
# Definition of the version number
|
||||||
version_info = 3, 1, 3 # major, minor, patch, -extra
|
version_info = 3, 1, 4 # major, minor, patch, -extra
|
||||||
|
|
||||||
# Nice string for the version
|
# Nice string for the version
|
||||||
__version__ = '.'.join(map(str, version_info)).replace('.-', '-').strip('.-')
|
__version__ = '.'.join(map(str, version_info)).replace('.-', '-').strip('.-')
|
||||||
|
|
Loading…
Reference in New Issue