Skip to content

Commit

Permalink
bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ct2034 committed Mar 13, 2024
1 parent 8fd10b7 commit 73357fb
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.2"
version = "1.3.0"
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, W503


[bumpver]
current_version = "1.2.2"
current_version = "1.3.0"
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.2"
__version__ = "1.3.0"

0 comments on commit 73357fb

Please sign in to comment.