Skip to content

Commit

Permalink
Prepare for statmorph v0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrodgom committed Jun 18, 2018
1 parent 3823f8f commit 9239f18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 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.3.0',
version='0.3.1',
description='Non-parametric morphological diagnostics of galaxy images',
long_description=long_description,
url='https://github.com/vrodgom/statmorph',
Expand All @@ -29,6 +29,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
keywords='astronomy galaxies galaxy-morphology non-parametric',
packages=['statmorph', 'statmorph.tests'],
Expand Down
2 changes: 1 addition & 1 deletion statmorph/statmorph.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
__all__ = ['ConvolvedSersic2D', 'SourceMorphology', 'source_morphology',
'__version__']

__version__ = '0.3.0'
__version__ = '0.3.1'

def _quantile(sorted_values, q):
"""
Expand Down

0 comments on commit 9239f18

Please sign in to comment.