Skip to content

Commit f30b519

Browse files
committed
bump version to 1.1.3
Signed-off-by: Christian Henkel <[email protected]>
1 parent ad3cf48 commit f30b519

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.2"
7+
version = "1.1.3"
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.2"
6+
current_version = "1.1.3"
77
version_pattern = "MAJOR.MINOR.PATCH"
88
commit = True
99
tag = True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.2"
1+
__version__ = "1.1.3"

0 commit comments

Comments
 (0)