Skip to content

Commit 2c7e4e4

Browse files
committed
Bump version: 5.1.8 → 5.1.9
1 parent d023f52 commit 2c7e4e4

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 = 5.1.8
5+
current_version = 5.1.9
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
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name=_PACKAEG_NAME,
36-
version='5.1.8',
36+
version='5.1.9',
3737
package_dir={"": "src"},
3838
packages=find_packages(where='src'),
3939
description='FOSSLight Binary Scanner',

0 commit comments

Comments
 (0)