Skip to content

Commit 7689eae

Browse files
authored
Merge pull request #43 from zeevro/develop
Fix python_requires and bump version
2 parents 9b971cf + c70383f commit 7689eae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python_utils/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
)
2020
__url__: str = 'https://github.com/WoLpH/python-utils'
2121
# Omit type info due to automatic versioning script
22-
__version__ = '3.9.0'
22+
__version__ = '3.9.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
if __name__ == '__main__':
3030
setuptools.setup(
31-
python_requires='>3.9.0',
31+
python_requires='>=3.9.0',
3232
name='python-utils',
3333
version=about['__version__'],
3434
author=about['__author__'],

0 commit comments

Comments
 (0)