Skip to content

Commit 3bd52a5

Browse files
committed
Bump version: 4.1.17 → 4.1.18
1 parent 7bae224 commit 3bd52a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
commit = True
33
tag = False
44
message = Bump version: {current_version} → {new_version}
5-
current_version = 4.1.17
5+
current_version = 4.1.18
66

77
[bumpversion:file:setup.py]
88
search = '{current_version}'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
name=_PACKAEG_NAME,
38-
version='4.1.17',
38+
version='4.1.18',
3939
package_dir={"": "src"},
4040
packages=find_namespace_packages(where='src'),
4141
description='FOSSLight Dependency Scanner',

0 commit comments

Comments
 (0)