mirror of https://github.com/tqdm/tqdm.git
Back to dev version
This commit is contained in:
parent
5dd1e5f516
commit
dc60ca45bb
|
@ -1,5 +1,5 @@
|
|||
# Definition of the version number
|
||||
version_info = 2, 0, 0 # major, minor, patch, extra
|
||||
version_info = 2, 0, 0, 'dev' # major, minor, patch, extra
|
||||
|
||||
# Nice string for the version (mimic how IPython composes its version str)
|
||||
__version__ = '-'.join(map(str, version_info)).replace('-', '.').strip('-')
|
||||
|
|
Loading…
Reference in New Issue