Skip to content

Commit

Permalink
Bump version 0.99.18 -> 0.99.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao-L-S-Almeida committed Apr 14, 2023
1 parent 876cd04 commit bea3f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = "simulai-toolkit"
version = "0.99.18"
version = "0.99.19"
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" }
Expand Down Expand Up @@ -55,7 +55,7 @@ include = ["simulai", "simulai.*"]
namespaces = false

[tool.bumpver]
current_version = "0.99.18"
current_version = "0.99.19"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit bea3f0f

Please sign in to comment.