From fc2d342de196a3d30541f7481aed0ee7b6b61217 Mon Sep 17 00:00:00 2001 From: Vicente Rodriguez-Gomez Date: Sat, 31 Aug 2019 14:28:05 -0500 Subject: [PATCH] Prepare for statmorph v0.3.5. --- docs/conf.py | 2 +- setup.py | 7 +++---- statmorph/statmorph.py | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3069a29..528b446 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,7 @@ # The short X.Y version. version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.3.4' +release = '0.3.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 904d603..efdb9f1 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='statmorph', - version='0.3.4', + version='0.3.5', description='Non-parametric morphological diagnostics of galaxy images', long_description=long_description, url='https://github.com/vrodgom/statmorph', @@ -21,16 +21,15 @@ classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Science/Research', - 'Topic :: Scientific/Engineering :: Astronomy', 'License :: OSI Approved :: BSD License', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Topic :: Scientific/Engineering :: Astronomy', ], keywords='astronomy galaxies galaxy-morphology non-parametric', packages=['statmorph', 'statmorph.tests'], diff --git a/statmorph/statmorph.py b/statmorph/statmorph.py index a9421b6..a6c6bf8 100644 --- a/statmorph/statmorph.py +++ b/statmorph/statmorph.py @@ -25,7 +25,7 @@ __all__ = ['ConvolvedSersic2D', 'SourceMorphology', 'source_morphology', '__version__'] -__version__ = '0.3.4' +__version__ = '0.3.5' def _quantile(sorted_values, q): """