We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96dc152 commit 50fc2d8Copy full SHA for 50fc2d8
1 file changed
tqdm/_version.py
@@ -8,7 +8,7 @@
8
__all__ = ["__version__"]
9
10
# major, minor, patch, -extra
11
-version_info = 4, 8, 2
+version_info = 4, 8, 3
12
13
# Nice string for the version
14
__version__ = '.'.join(map(str, version_info))
0 commit comments