Skip to content

Commit

Permalink
chore: update version text to 1.0.6-rc.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 4, 2024
1 parent 9dec465 commit 73d360c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CHANGELOG


## v1.0.6-rc.2 (2024-11-04)


## v1.0.6 (2024-11-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sansmic"
description = "Sandia solution mining modeling software"
readme = "README.md"
requires-python = ">=3.9"
version = "1.0.6"
version = "1.0.6-rc.2"
authors = [
{ name = "National Technology & Engineering Solutions of Sandia, LLC (NTESS)" },
{ name = "SANSMIC Authors (see AUTHORS.md)" },
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import find_packages, setup
from pybind11.setup_helpers import Pybind11Extension, build_ext

__version__ = "1.0.6"
__version__ = "1.0.6-rc.2"

here = path.abspath(path.dirname(__file__))

Expand Down
2 changes: 1 addition & 1 deletion src/python/sansmic/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# SPDX-License-Identifier: BSD-3-Clause.

__version__ = "1.0.6"
__version__ = "1.0.6-rc.2"

copyright = f"""Copyright (c) 2024 National Technology and Engineering Solutions of Sandia,
LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
Expand Down

0 comments on commit 73d360c

Please sign in to comment.