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 a093e64 commit a0aec46Copy full SHA for a0aec46
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "umbi"
7
-version = "0.2.9"
+version = "0.2.10"
8
description = "Library for input/output of transition systems in a unified Markov binary (UMB) format."
9
readme = "README.md"
10
authors = [{name = "Roman Andriushchenko", email = "roman.andriu@gmail.com"}]
@@ -52,7 +52,7 @@ format_version = 1
52
format_revision = 0
53
54
[tool.bumpversion]
55
-current_version = "0.2.9"
+current_version = "0.2.10"
56
commit = true
57
tag = true
58
tag_name = "v{new_version}"
0 commit comments