From c1a3a5d97dbfbc21a0b3783503c09f484ef26e36 Mon Sep 17 00:00:00 2001 From: Christian Henkel Date: Wed, 27 Sep 2023 22:41:38 +0200 Subject: [PATCH] bump version to 1.2.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 3c81b17..5874eb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ros_license_toolkit" -version = "1.1.5" +version = "1.2.0" description = "Checks ROS packages for correct license declaration." readme = "README.md" authors = [ diff --git a/setup.cfg b/setup.cfg index de52718..7e71b44 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ignore = Q000, I100, I201 [bumpver] -current_version = "1.1.5" +current_version = "1.2.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 9b102be..c68196d 100644 --- a/src/ros_license_toolkit/__init__.py +++ b/src/ros_license_toolkit/__init__.py @@ -1 +1 @@ -__version__ = "1.1.5" +__version__ = "1.2.0"