Skip to content

Commit e3b666a

Browse files
committed
Release 0.2026.1
1 parent 1e1a45c commit e3b666a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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 = "mechdriver"
3-
version = "0.2026.0"
3+
version = "0.2026.1"
44
description = "Automated workflow routines for calculating theoretical data for reaction mechanisms"
55
readme = "README.md"
66
dependencies = ["hyperqueue"]
@@ -148,7 +148,7 @@ current-version = "bumpver show -n | awk -F': ' '/Current Version: / {print $2}'
148148
update = { cmd = "./scripts/update.sh", cwd = "." }
149149

150150
[tool.bumpver]
151-
current_version = "0.2026.0"
151+
current_version = "0.2026.1"
152152
version_pattern = "MAJOR.YYYY.PATCH"
153153
commit_message = "Release {new_version}"
154154
tag_message = "{new_version}"

src/mechdriver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
from .base import check_log, run
55

66

7-
__version__ = "0.2026.0"
7+
__version__ = "0.2026.1"
88

99
__all__ = ["query", "subtasks", "check_log", "run"]

0 commit comments

Comments
 (0)