From c9367d7aca3f9a2f0021c0f7c30016e4e97555a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lucas=20de=20Sousa=20Almeida?= Date: Mon, 12 Feb 2024 15:10:11 -0300 Subject: [PATCH] Bump version 0.99.27 -> 0.99.28 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1cfb24a..28c9adb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = "simulai-toolkit" -version = "0.99.27" +version = "0.99.28" 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.27" +current_version = "0.99.28" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true