Skip to content

Commit

Permalink
Version 0.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrodgom committed Nov 10, 2023
1 parent 1a5ff03 commit c6b8111
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 0 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ sphinx:
configuration: docs/conf.py

python:
version: 3
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Vicente Rodriguez-Gomez'

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


# -- 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.5.3',
version='0.5.4',
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.3'
__version__ = '0.5.4'

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

0 comments on commit c6b8111

Please sign in to comment.