File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# Do not edit this string manually, always use bumpversion
8
8
# Details in CONTRIBUTING.md
9
- __version__ = "1.0.8 "
9
+ __version__ = "1.1.0 "
10
10
11
11
from .autopack .loaders .recipe_loader import RecipeLoader # noqa: F401
12
12
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " cellpack"
3
- version = " 1.0.8 "
3
+ version = " 1.1.0 "
4
4
description = " algorithm to pack molecular recipes"
5
5
keywords = [" cellpack" ]
6
6
readme = " README.md"
@@ -126,7 +126,7 @@ commands = [
126
126
]
127
127
128
128
[tool .bumpver ]
129
- current_version = " 1.0.8 "
129
+ current_version = " 1.1.0 "
130
130
version_pattern = " MAJOR.MINOR.PATCH"
131
131
commit_message = " bump version {old_version} -> {new_version}"
132
132
tag_message = " {new_version}"
You can’t perform that action at this time.
0 commit comments