Skip to content

Commit

Permalink
Version 0.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrodgom committed Feb 12, 2024
1 parent db8996e commit 1869de2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 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-2023, Vicente Rodriguez-Gomez
Copyright (c) 2017-2024, Vicente Rodriguez-Gomez
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
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-2023, Vicente Rodriguez-Gomez'
copyright = '2017-2024, Vicente Rodriguez-Gomez'
author = 'Vicente Rodriguez-Gomez'

# The full version, including alpha/beta/rc tags
release = '0.5.4'
release = '0.5.5'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/doublesersic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.6"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
8 changes: 3 additions & 5 deletions docs/notebooks/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"snp = 100.0\n",
Expand Down Expand Up @@ -346,9 +344,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.6"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
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.4',
version='0.5.5',
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 @@ -32,7 +32,7 @@
'__version__',
]

__version__ = '0.5.4'
__version__ = '0.5.5'

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

0 comments on commit 1869de2

Please sign in to comment.