From 5260482a9844e7798cca53045ad20fe23664aeef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lucas=20de=20Sousa=20Almeida?= Date: Fri, 28 Apr 2023 10:49:51 -0300 Subject: [PATCH] Bump version 0.99.19 -> 0.99.20 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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