Skip to content

Commit 2d3917a

Browse files
committed
bump version 0.0.7 -> 0.0.8
1 parent 989d999 commit 2d3917a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "umbi"
7-
version = "0.0.7"
7+
version = "0.0.8"
88
description = "Library for binary encoding of annotated transition systems"
99
readme = "README.md"
1010
authors = [{name = "Roman Andriushchenko", email = "roman.andriu@gmail.com"}]
@@ -43,7 +43,7 @@ format_version = 0
4343
format_revision = 1
4444

4545
[tool.bumpver]
46-
current_version = "0.0.7"
46+
current_version = "0.0.8"
4747
version_pattern = "MAJOR.MINOR.PATCH"
4848
commit_message = "bump version {old_version} -> {new_version}"
4949
tag_message = "v{new_version}"

0 commit comments

Comments
 (0)