We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8749d59 commit 5260482Copy full SHA for 5260482
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
4
5
[project]
6
name = "simulai-toolkit"
7
-version = "0.99.19"
+version = "0.99.20"
8
description = "A Python package with data-driven pipelines for physics-informed machine learning"
9
license = { "text" = "Apache License, Version 2.0" }
10
readme = { "file" = "DESCRIPTION.md", "content-type" = "text/markdown" }
@@ -55,7 +55,7 @@ include = ["simulai", "simulai.*"]
55
namespaces = false
56
57
[tool.bumpver]
58
-current_version = "0.99.19"
+current_version = "0.99.20"
59
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
60
commit_message = "Bump version {old_version} -> {new_version}"
61
commit = true
0 commit comments