diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8865a22a..130cd02a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.1 +current_version = 3.1.2 commit = True tag = True diff --git a/.cookiecutterrc b/.cookiecutterrc index 4b37f948..12932d91 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.1 + version: 3.1.2 version_manager: "bump2version" website: "https://github.com/NREL" year_from: "2023" diff --git a/README.rst b/README.rst index 900a8391..455ba741 100644 --- a/README.rst +++ b/README.rst @@ -40,9 +40,9 @@ Ported from https://github.com/malcolm-dsider/GEOPHIRES-X and https://github.com :alt: Supported implementations :target: https://pypi.org/project/geophires-x -.. |commits-since| image:: https://img.shields.io/github/commits-since/softwareengineerprogrammer/python-geophires-x/v3.1.1.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/softwareengineerprogrammer/python-geophires-x/v3.1.2.svg :alt: Commits since latest release - :target: https://github.com/NREL/python-geophires-x/compare/v3.1.1...main + :target: https://github.com/NREL/python-geophires-x/compare/v3.1.2...main diff --git a/setup.py b/setup.py index 912240e3..bc2342b9 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*names, **kwargs): setup( name='geophires-x', - version='3.1.1', + version='3.1.2', 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 726691bc..f71b21a5 100644 --- a/src/geophires_x/__init__.py +++ b/src/geophires_x/__init__.py @@ -1 +1 @@ -__version__ = '3.1.1' +__version__ = '3.1.2'