Skip to content

Commit

Permalink
Merge pull request #361 from davidmegginson/release-5.1
Browse files Browse the repository at this point in the history
Prepare release 5.1
  • Loading branch information
davidmegginson authored Sep 25, 2023
2 parents 91f00da + eeffe51 commit f605f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hxl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
if sys.version_info < (3,):
raise RuntimeError("libhxl requires Python 3 or higher")

__version__="5.0.3"
__version__="5.1"
"""Module version number
see https://www.python.org/dev/peps/pep-0396/
"""
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='libhxl',
version="5.0.3",
version="5.1",
description='Python support library for the Humanitarian Exchange Language (HXL). See http://hxlstandard.org and https://github.com/HXLStandard/libhxl-python',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f605f9e

Please sign in to comment.