Skip to content

Commit

Permalink
Bump version: 3.1.3 → 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareengineerprogrammer committed Oct 10, 2023
1 parent a085325 commit 564359d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.1.3
current_version = 3.1.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Free software: `MIT license <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



Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion src/geophires_x/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.3'
__version__ = '3.1.4'

0 comments on commit 564359d

Please sign in to comment.