diff --git a/.cookiecutterrc b/.cookiecutterrc index edca1b51..40f15a00 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: 1.3.0 + version: 3.0.0 version_manager: "bump2version" website: "https://github.com/NREL" year_from: "2023" diff --git a/README.rst b/README.rst index f2f3d5ed..3526a692 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/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 diff --git a/setup.py b/setup.py index a887ec20..74906695 100755 --- a/setup.py +++ b/setup.py @@ -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( diff --git a/src/geophires_x/__init__.py b/src/geophires_x/__init__.py index 19b4f1d6..4eb28e38 100644 --- a/src/geophires_x/__init__.py +++ b/src/geophires_x/__init__.py @@ -1 +1 @@ -__version__ = '1.3.0' +__version__ = '3.0.0'