Skip to content

Commit 5260482

Browse files
Bump version 0.99.19 -> 0.99.20
1 parent 8749d59 commit 5260482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = "simulai-toolkit"
7-
version = "0.99.19"
7+
version = "0.99.20"
88
description = "A Python package with data-driven pipelines for physics-informed machine learning"
99
license = { "text" = "Apache License, Version 2.0" }
1010
readme = { "file" = "DESCRIPTION.md", "content-type" = "text/markdown" }
@@ -55,7 +55,7 @@ include = ["simulai", "simulai.*"]
5555
namespaces = false
5656

5757
[tool.bumpver]
58-
current_version = "0.99.19"
58+
current_version = "0.99.20"
5959
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
6060
commit_message = "Bump version {old_version} -> {new_version}"
6161
commit = true

0 commit comments

Comments
 (0)