diff --git a/pyproject.toml b/pyproject.toml index 5874eb9..553341b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/setup.cfg b/setup.cfg index 7e71b44..8a6a8da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/src/ros_license_toolkit/__init__.py b/src/ros_license_toolkit/__init__.py index eaf3158..4fe7f3c 100644 --- a/src/ros_license_toolkit/__init__.py +++ b/src/ros_license_toolkit/__init__.py @@ -1,2 +1,2 @@ """ROS License Toolkit.""" -__version__ = "1.2.0" +__version__ = "1.2.1"