From 959678aff2d04bf79e9937bd3884ed4061d25927 Mon Sep 17 00:00:00 2001 From: andriygav Date: Fri, 13 Nov 2020 21:45:28 +0300 Subject: [PATCH] remove 3.6 python require --- src/mixturelib/__init__.py | 2 +- src/setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/mixturelib/__init__.py b/src/mixturelib/__init__.py index 290d7c6..abeeedb 100755 --- a/src/mixturelib/__init__.py +++ b/src/mixturelib/__init__.py @@ -1 +1 @@ -__version__ = '0.3.0' \ No newline at end of file +__version__ = '0.4.0' diff --git a/src/setup.py b/src/setup.py index 7043371..9fab93b 100755 --- a/src/setup.py +++ b/src/setup.py @@ -25,6 +25,5 @@ def read(file_path): # options packages=find_packages(), - python_requires='==3.6.*', install_requires=requirements, -) \ No newline at end of file +)