Skip to content

Commit 50fc2d8

Browse files
committed
version bump for pypi
1 parent 96dc152 commit 50fc2d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tqdm/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__all__ = ["__version__"]
99

1010
# major, minor, patch, -extra
11-
version_info = 4, 8, 2
11+
version_info = 4, 8, 3
1212

1313
# Nice string for the version
1414
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)