We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b971cf commit c70383fCopy full SHA for c70383f
2 files changed
python_utils/__about__.py
@@ -19,4 +19,4 @@
19
)
20
__url__: str = 'https://github.com/WoLpH/python-utils'
21
# Omit type info due to automatic versioning script
22
-__version__ = '3.9.0'
+__version__ = '3.9.1'
setup.py
@@ -28,7 +28,7 @@
28
29
if __name__ == '__main__':
30
setuptools.setup(
31
- python_requires='>3.9.0',
+ python_requires='>=3.9.0',
32
name='python-utils',
33
version=about['__version__'],
34
author=about['__author__'],
0 commit comments