Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
b-Tomas committed Feb 5, 2025
1 parent 01db750 commit 12616f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mir_connector/.bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.2.1"
current_version = "0.2.2"
commit = true
message = "Bump version: {current_version} → {new_version}"
tag = true
Expand Down
2 changes: 1 addition & 1 deletion mir_connector/inorbit_mir_connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__email__ = "[email protected]"
# Do not edit this string manually, always use bump-my-version
# See https://github.com/inorbit-ai/inorbit-robot-connectors/tree/main/mir_connector#version-bump
__version__ = "0.2.1"
__version__ = "0.2.2"


def get_module_version():
Expand Down
2 changes: 1 addition & 1 deletion mir_connector/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
python_requires=">=3.7",
# Do not edit this string manually, always use bump-my-version. See
# https://github.com/inorbit-ai/inorbit-robot-connectors/tree/main/mir_connector#version-bump
version="0.2.1",
version="0.2.2",
)

0 comments on commit 12616f6

Please sign in to comment.