Skip to content

Commit

Permalink
Prepare for statmorph v0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrodgom committed Aug 29, 2018
1 parent b29cece commit 96b01f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.0'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.1.0'
release = '0.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.3.1',
version='0.3.2',
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 @@ -25,7 +25,7 @@
__all__ = ['ConvolvedSersic2D', 'SourceMorphology', 'source_morphology',
'__version__']

__version__ = '0.3.1'
__version__ = '0.3.2'

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

0 comments on commit 96b01f3

Please sign in to comment.