Skip to content

Commit

Permalink
Merge pull request #185 from IBM/fix/wavelet_activation
Browse files Browse the repository at this point in the history
Bump version 0.99.27 -> 0.99.28
  • Loading branch information
Joao-L-S-Almeida authored Feb 12, 2024
2 parents 8c8b499 + c9367d7 commit 27f7416
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.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" }
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 27f7416

Please sign in to comment.