diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8188f515..0dd17f23 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.3 +current_version = 3.1.4 commit = True tag = True diff --git a/.cookiecutterrc b/.cookiecutterrc index d00cbd48..b303bf48 100644 --- a/.cookiecutterrc +++ b/.cookiecutterrc @@ -54,7 +54,7 @@ default_context: sphinx_doctest: "no" sphinx_theme: "sphinx-rtd-theme" test_matrix_separate_coverage: "no" - version: 3.1.3 + version: 3.1.4 version_manager: "bump2version" website: "https://github.com/NREL" year_from: "2023" diff --git a/README.rst b/README.rst index f01e2804..8b358c88 100644 --- a/README.rst +++ b/README.rst @@ -44,9 +44,9 @@ Free software: `MIT license `_ :alt: Supported implementations :target: https://pypi.org/project/geophires-x -.. |commits-since| image:: https://img.shields.io/github/commits-since/NREL/python-geophires-x/v3.1.3.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/NREL/python-geophires-x/v3.1.4.svg :alt: Commits since latest release - :target: https://github.com/NREL/python-geophires-x/compare/v3.1.3...main + :target: https://github.com/NREL/python-geophires-x/compare/v3.1.4...main diff --git a/setup.py b/setup.py index ab65f3ce..ece01d56 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*names, **kwargs): setup( name='geophires-x', - version='3.1.3', + version='3.1.4', license='MIT', description='Distributable python package version of https://github.com/malcolm-dsider/GEOPHIRES-X', long_description='{}\n{}'.format( diff --git a/src/geophires_x/__init__.py b/src/geophires_x/__init__.py index dc0a25b7..a7f6b6da 100644 --- a/src/geophires_x/__init__.py +++ b/src/geophires_x/__init__.py @@ -1 +1 @@ -__version__ = '3.1.3' +__version__ = '3.1.4'