Skip to content

Commit

Permalink
Merge pull request #151 from revoltek/fix-version
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
revoltek authored Feb 1, 2024
2 parents 6743cf1 + 2f4c4a5 commit 74ef5a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.0'
version = u'2.4'
# The full version, including alpha/beta/rc tags.
release = u'2.0'
release = u'2.4.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 losoto/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

# Version number
__version__ = '2.4.1'
__version__ = '2.4.2'

# H5parm version
__h5parmVersion__ = '1.0'

0 comments on commit 74ef5a5

Please sign in to comment.