Skip to content

Commit

Permalink
Version 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrodgom committed Oct 23, 2024
1 parent 5550c00 commit dc8dbef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Vicente Rodriguez-Gomez'

# The full version, including alpha/beta/rc tags
release = '0.5.7'
release = '0.6.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='statmorph',
version='0.5.7',
version='0.6.0',
description='Non-parametric morphological diagnostics of galaxy images',
long_description=long_description,
url='https://github.com/vrodgom/statmorph',
Expand Down
2 changes: 1 addition & 1 deletion statmorph/statmorph.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'__version__',
]

__version__ = '0.5.7'
__version__ = '0.6.0'

# A list of the quantities calculated by SourceMorphology,
# excluding the double Sersic parameters:
Expand Down

0 comments on commit dc8dbef

Please sign in to comment.