diff --git a/tqdm/_version.py b/tqdm/_version.py index 53f51121..ea93533e 100644 --- a/tqdm/_version.py +++ b/tqdm/_version.py @@ -1,5 +1,5 @@ # Definition of the version number -version_info = 3, 1, 2 # major, minor, patch, -extra +version_info = 3, 1, 3 # major, minor, patch, -extra # Nice string for the version __version__ = '.'.join(map(str, version_info)).replace('.-', '-').strip('.-')