From 73357fb1cdaf640553eafb1505a13b8f74e1abb0 Mon Sep 17 00:00:00 2001 From: Christian Henkel Date: Wed, 13 Mar 2024 15:43:27 +0100 Subject: [PATCH] bump version to 1.3.0 --- pyproject.toml | 2 +- setup.cfg | 2 +- src/ros_license_toolkit/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"