Skip to content

Commit

Permalink
[skip actions] Automatic Bump of build version
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoMation-Movai committed Jun 21, 2024
1 parent c65d03a commit 948c9f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.0-10
current_version = 2.1.0-11
commit = True
message =
[SKIP] Automatic version bump {current_version} -> {new_version}
Expand Down
2 changes: 1 addition & 1 deletion mobros/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
""" Module that contains the application version """
version = "2.1.0-10"
version = "2.1.0-11"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="mobros",
version="2.1.0-10",
version="2.1.0-11",
author="DevOps team",
author_email="[email protected]",
description="Movai Object Builder for Ros, The framework to build, raise and package ros and ros movai packages",
Expand Down

0 comments on commit 948c9f0

Please sign in to comment.