Skip to content

Commit

Permalink
Lowered python version dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxm committed Nov 6, 2019
1 parent 361bc00 commit 6db7659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages


VERSION = "2.0.0"
VERSION = "2.0.1"


def readme():
Expand All @@ -28,7 +28,7 @@ def readme():
author_email="contact@allo-media.fr",
license="MIT",
packages=find_packages(),
python_requires=">=3.7",
python_requires=">=3.6",
test_suite="tests",
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 6db7659

Please sign in to comment.