Skip to content

Commit f8b499b

Browse files
Bump version: 3.9.29 → 3.9.30-alpha.0
1 parent b50060c commit f8b499b

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[bumpversion]
2-
current_version = 3.9.29
2+
current_version = 3.9.30-alpha.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<prerelease_label>[a-z]+)\.(?P<prerelease>\d+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}-{prerelease_label}.{prerelease}
88
{major}.{minor}.{patch}
99

@@ -12,7 +12,7 @@ first_value = 0
1212

1313
[bumpversion:part:prerelease_label]
1414
optional_value = rc
15-
values =
15+
values =
1616
alpha
1717
beta
1818
rc
@@ -44,4 +44,3 @@ search = version: {current_version}
4444
replace = version: {new_version}
4545

4646
[bumpversion:part:release]
47-
# Enables the 'bumpversion release' command to drop pre-release suffixes.

.cookiecutterrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ default_context:
5454
sphinx_doctest: "no"
5555
sphinx_theme: "sphinx-py3doc-enhanced-theme"
5656
test_matrix_separate_coverage: "no"
57-
version: 3.9.29
57+
version: 3.9.30-alpha.0
5858
version_manager: "bump2version"
5959
website: "https://github.com/NREL"
6060
year_from: "2023"

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Free software: `MIT license <LICENSE>`__
5858
:alt: Supported implementations
5959
:target: https://pypi.org/project/geophires-x
6060

61-
.. |commits-since| image:: https://img.shields.io/github/commits-since/softwareengineerprogrammer/GEOPHIRES-X/v3.9.29.svg
61+
.. |commits-since| image:: https://img.shields.io/github/commits-since/softwareengineerprogrammer/GEOPHIRES-X/v3.9.30-alpha.0.svg
6262
:alt: Commits since latest release
63-
:target: https://github.com/softwareengineerprogrammer/GEOPHIRES-X/compare/v3.9.29...main
63+
:target: https://github.com/softwareengineerprogrammer/GEOPHIRES-X/compare/v3.9.30-alpha.0...main
6464

6565
.. |docs| image:: https://readthedocs.org/projects/GEOPHIRES-X/badge/?style=flat
6666
:target: https://nrel.github.io/GEOPHIRES-X

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
year = '2025'
1919
author = 'NREL'
2020
copyright = f'{year}, {author}'
21-
version = '3.9.29'
22-
release = '3.9.29'
21+
version = '3.9.30-alpha.0'
22+
release = '3.9.30-alpha.0'
2323

2424
pygments_style = 'trac'
2525
templates_path = ['./templates']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(*names, **kwargs):
1313

1414
setup(
1515
name='geophires-x',
16-
version='3.9.29',
16+
version='3.9.30-alpha.0',
1717
license='MIT',
1818
description='GEOPHIRES is a free and open-source geothermal techno-economic simulator.',
1919
long_description='{}\n{}'.format(

src/geophires_x/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.9.29'
1+
__version__ = '3.9.30-alpha.0'

0 commit comments

Comments
 (0)