Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfr authored Apr 21, 2023
1 parent 31dc886 commit 8573f4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

setuptools.setup(
name="mFractal",
version="0.0.1-a1",
version="0.0.1-a2",
author="Lucas G. S. França, Yujiang Wang, José G V Miranda",
author_email="lucas.franca@kcl.ac.uk",
author_email="lucas.franca@northumbria.ac.uk",
description="",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -18,5 +18,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
python_requires='>=3.8',
)

0 comments on commit 8573f4d

Please sign in to comment.