Skip to content

Commit 3552a72

Browse files
committed
Bump version: 5.1.10 → 5.1.11
1 parent 8a54311 commit 3552a72

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.10
5+
current_version = 5.1.11
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
@@ -49,7 +49,7 @@
4949

5050
setup(
5151
name=_PACKAEG_NAME,
52-
version='5.1.10',
52+
version='5.1.11',
5353
package_dir={"": "src"},
5454
packages=find_packages(where='src'),
5555
description='FOSSLight Binary Scanner',

0 commit comments

Comments
 (0)