Skip to content

Commit 2a34819

Browse files
committed
bump version to 1.1.4
1 parent f30b519 commit 2a34819

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ros_license_toolkit"
7-
version = "1.1.3"
7+
version = "1.1.4"
88
description = "Checks ROS packages for correct license declaration."
99
readme = "README.md"
1010
authors = [

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ignore = Q000, I100, I201
33

44

55
[bumpver]
6-
current_version = "1.1.3"
6+
current_version = "1.1.4"
77
version_pattern = "MAJOR.MINOR.PATCH"
88
commit = True
99
tag = True

src/ros_license_toolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.3"
1+
__version__ = "1.1.4"

0 commit comments

Comments
 (0)