diff --git a/setup.py b/setup.py index ff2f7794..2bdf3757 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ long_description = fh.read() setuptools.setup( - name="alignn", # Replace with your own username + name="alignn", version="2021.07.10", author="Kamal Choudhary, Brian DeCost", author_email="kamal.choudhary@nist.gov", @@ -40,5 +40,5 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - python_requires=">=3.6", + python_requires=">=3.7", )