Skip to content

Commit d0f1290

Browse files
Release 0.2026.1
1 parent 4c5e0e0 commit d0f1290

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "autochem"
3-
version = "0.2026.0"
3+
version = "0.2026.1"
44
description = "Cheminformatics libraries used by the AutoMech project"
55
readme = "README.md"
66
authors = [{name = "avcopan", email = "avcopan@gmail.com"}]
@@ -121,7 +121,7 @@ ignore = [
121121
]
122122

123123
[tool.bumpver]
124-
current_version = "0.2026.0"
124+
current_version = "0.2026.1"
125125
version_pattern = "MAJOR.YYYY.PATCH"
126126
commit_message = "Release {new_version}"
127127
tag_message = "{new_version}"

src/automol/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
from .const import ReactionClass, ReactionInfo, ReactionSpin
9696

9797

98-
__version__ = "0.2026.0"
98+
__version__ = "0.2026.1"
9999

100100
__all__ = [
101101
# L1

0 commit comments

Comments
 (0)