diff --git a/setup.py b/setup.py index b25d372c..2550c54f 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ if sys.argv[-1] == "publish": print("\n*** Installing twine: *** (Required for PyPI uploads)\n") os.system("python -m pip install --upgrade 'twine>=3.8.0'") print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n") - os.system("python -m pip install --upgrade 'tqdm>=4.63.0'") + os.system("python -m pip install --upgrade 'tqdm>=4.63.1'") print("\n*** Rebuilding distribution packages: ***\n") os.system("python -m build") # Create new tar/wheel print("\n*** Publishing The Release to PyPI: ***\n")