Skip to content

Commit

Permalink
[skip actions] Automatic Bump of build version to 3.0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoMation-Movai committed Jan 30, 2025
1 parent 1899822 commit 1b6bb24
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 @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "movai-core-shared"
version = "3.0.2.0"
version = "3.0.2.1"
authors = [
{name = "Backend team", email = "[email protected]"},
]
Expand Down Expand Up @@ -36,7 +36,7 @@ exclude = ["movai_core_shared.tests*"]
line-length = 100

[tool.bumpversion]
current_version = "3.0.2.0"
current_version = "3.0.2.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)?(\\.(?P<build>\\d+))?"
serialize = ["{major}.{minor}.{patch}.{build}"]

Expand Down

0 comments on commit 1b6bb24

Please sign in to comment.