diff --git a/pyproject.toml b/pyproject.toml index ce42e97f..3d1da35f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = "simulai-toolkit" -version = "0.99.19" +version = "0.99.20" description = "A Python package with data-driven pipelines for physics-informed machine learning" license = { "text" = "Apache License, Version 2.0" } readme = { "file" = "DESCRIPTION.md", "content-type" = "text/markdown" } @@ -55,7 +55,7 @@ include = ["simulai", "simulai.*"] namespaces = false [tool.bumpver] -current_version = "0.99.19" +current_version = "0.99.20" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true