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