diff --git a/pyproject.toml b/pyproject.toml index 6c0b097..bec0c66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/setup.cfg b/setup.cfg index dcff558..2d5d77f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/src/ros_license_toolkit/__init__.py b/src/ros_license_toolkit/__init__.py index 4a59556..9dfaa42 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.2" +__version__ = "1.3.0"