From 2c5c4af8769f4e137a1e29ca408c08fc7f1fe473 Mon Sep 17 00:00:00 2001 From: Christian Henkel Date: Thu, 20 Jul 2023 23:57:01 +0200 Subject: [PATCH] bump version to 1.1.3 --- 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 4999b34..82e66d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ros_license_toolkit" -version = "1.1.2" +version = "1.1.3" description = "Checks ROS packages for correct license declaration." readme = "README.md" authors = [ diff --git a/setup.cfg b/setup.cfg index 266ff68..e791f1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ignore = Q000, I100, I201 [bumpver] -current_version = "1.1.2" +current_version = "1.1.3" 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 72f26f5..0b2f79d 100644 --- a/src/ros_license_toolkit/__init__.py +++ b/src/ros_license_toolkit/__init__.py @@ -1 +1 @@ -__version__ = "1.1.2" +__version__ = "1.1.3"