Skip to content

Commit 68f8d06

Browse files
authored
Update setup.py
1 parent d3b7191 commit 68f8d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
author="Luca Tortorelli",
3737
author_email="[email protected]",
3838
url="https://github.com/torluca/morphofit",
39-
download_url="https://github.com/torluca/morphofit/archive/refs/tags/v1.0.0-beta.tar.gz",
39+
download_url="https://github.com/torluca/morphofit/archive/refs/tags/v1.1.0.tar.gz",
4040
packages=find_packages(include=["morphofit", "morphofit.*"], exclude=["morphofit.egg-info"]),
4141
include_package_data=True,
4242
install_requires=requirements,
4343
license="MIT License",
4444
zip_safe=False,
4545
keywords=["morphofit", "morphology", "galfit"],
4646
classifiers=[
47-
"Development Status :: 4 - Beta",
47+
"Development Status :: 5 - Production/Stable",
4848
"Intended Audience :: Science/Research",
4949
"Intended Audience :: Developers",
5050
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)