From 0d2d5c7dfbcfce306a541a42f512531798752ccc Mon Sep 17 00:00:00 2001 From: Eugen Ciur Date: Sat, 20 Jun 2020 16:57:48 +0200 Subject: [PATCH] version bump --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', )