Skip to content

Commit

Permalink
Update to version 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrodgom committed Dec 26, 2020
1 parent 741e7ab commit 7dc87ba
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2017-2020, Vicente Rodriguez-Gomez
Copyright (c) 2017-2021, Vicente Rodriguez-Gomez
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include LICENSE
include *.rst *.txt
include docs/*.rst docs/*.txt docs/*.py docs/Makefile
include docs/notebooks/*.ipynb docs/_static/*
recursive-include statmorph *.py *.fits
recursive-include notebooks *.ipynb
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = 'statmorph'
copyright = '2017-2020, Vicente Rodriguez-Gomez'
copyright = '2017-2021, Vicente Rodriguez-Gomez'
author = 'Vicente Rodriguez-Gomez'

# The full version, including alpha/beta/rc tags
release = '0.3.6'
release = '0.4.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.3.6',
version='0.4.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 @@ -25,7 +25,7 @@
__all__ = ['ConvolvedSersic2D', 'SourceMorphology', 'source_morphology',
'__version__']

__version__ = '0.3.6'
__version__ = '0.4.0'

# A list of all the quantities that are calculated by SourceMorphology:
_quantity_names = [
Expand Down

0 comments on commit 7dc87ba

Please sign in to comment.