Skip to content

Commit

Permalink
Updated version number in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mcyc authored Jun 30, 2023
1 parent 4a80f6d commit ad3b652
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
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="astro-crispy", # Replace with your own username
version="1.0.0",
version="1.1.0",
author="Michael Chun-Yuan Chen",
author_email="[email protected]",
description="Computational Ridge Identification with SCMS for Python",
Expand All @@ -19,4 +19,4 @@
"Operating System :: OS Independent",
],
python_requires='>=3.3',
)
)

0 comments on commit ad3b652

Please sign in to comment.