Skip to content

Commit 9b07d02

Browse files
author
github-actions[bot]
committed
Bump version: 3.5.1 → 4.0.0
1 parent c4e65b5 commit 9b07d02

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
commit = True
33
tag = False
44
message = Bump version: {current_version} → {new_version}
5+
current_version = 4.0.0
56

67
[bumpversion:file:setup.py]
7-
search='{current_version}'
8-
replace='{new_version}'
8+
search = '{current_version}'
9+
replace = '{new_version}'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
if __name__ == "__main__":
1515
setup(
1616
name='fosslight_binary',
17-
version='3.5.1',
17+
version='4.0.0',
1818
package_dir={"": "src"},
1919
packages=find_packages(where='src'),
2020
description='FOSSLight Binary Scanner',

0 commit comments

Comments
 (0)