Skip to content

Commit

Permalink
Bump version: 1.3.0 → 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareengineerprogrammer committed Oct 2, 2023
1 parent f19814d commit 7739d9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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: 1.3.0
version: 3.0.0
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 @@ -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/NREL/python-geophires-x/v1.3.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/NREL/python-geophires-x/v/v/v1.3.0...main.svg.svg
:alt: Commits since latest release
:target: https://github.com/NREL/python-geophires-x/compare/v1.3.0...main
:target: https://github.com/NREL/python-geophires-x/compare/v3.0.0...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='1.3.0',
version='3.0.0',
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__ = '1.3.0'
__version__ = '3.0.0'

0 comments on commit 7739d9e

Please sign in to comment.