version bump

pull/3/head
Eugen Ciur 2020-06-20 16:57:48 +02:00
parent d95b768e76
commit 0d2d5c7dfb
1 changed files with 2 additions and 2 deletions

View File

@ -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',
)