Skip to content

Commit

Permalink
bump version to 1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Oct 30, 2023
1 parent b6287d6 commit 861b49f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 = "ros_license_toolkit"
version = "1.2.0"
version = "1.2.1"
description = "Checks ROS packages for correct license declaration."
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ignore = Q000, I100, I201


[bumpver]
current_version = "1.2.0"
current_version = "1.2.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion src/ros_license_toolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""ROS License Toolkit."""
__version__ = "1.2.0"
__version__ = "1.2.1"

0 comments on commit 861b49f

Please sign in to comment.