Skip to content

Commit 29f3674

Browse files
committed
bump version 1.0.8 -> 1.1.0
1 parent 7ca3253 commit 29f3674

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cellpack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__email__ = "[email protected]"
77
# Do not edit this string manually, always use bumpversion
88
# Details in CONTRIBUTING.md
9-
__version__ = "1.0.8"
9+
__version__ = "1.1.0"
1010

1111
from .autopack.loaders.recipe_loader import RecipeLoader # noqa: F401
1212

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cellpack"
3-
version = "1.0.8"
3+
version = "1.1.0"
44
description = "algorithm to pack molecular recipes"
55
keywords = ["cellpack"]
66
readme = "README.md"
@@ -126,7 +126,7 @@ commands = [
126126
]
127127

128128
[tool.bumpver]
129-
current_version = "1.0.8"
129+
current_version = "1.1.0"
130130
version_pattern = "MAJOR.MINOR.PATCH"
131131
commit_message = "bump version {old_version} -> {new_version}"
132132
tag_message = "{new_version}"

0 commit comments

Comments
 (0)