diff --git a/setup.py b/setup.py index 4d70973..e7fd420 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r") as fh: setup( name="mglib", - version="1.0.4", + version="1.1.0", author="Eugen Ciur", author_email="eugen@papermerge.com", url="https://github.com/papermerge/mglib", @@ -21,5 +21,5 @@ setup( "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ], - python_requires='>=3.6', + python_requires='>=3.8', )