We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989d999 commit 2d3917aCopy full SHA for 2d3917a
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "umbi"
7
-version = "0.0.7"
+version = "0.0.8"
8
description = "Library for binary encoding of annotated transition systems"
9
readme = "README.md"
10
authors = [{name = "Roman Andriushchenko", email = "roman.andriu@gmail.com"}]
@@ -43,7 +43,7 @@ format_version = 0
43
format_revision = 1
44
45
[tool.bumpver]
46
-current_version = "0.0.7"
+current_version = "0.0.8"
47
version_pattern = "MAJOR.MINOR.PATCH"
48
commit_message = "bump version {old_version} -> {new_version}"
49
tag_message = "v{new_version}"
0 commit comments