Skip to content

Commit 4222f4a

Browse files
author
github-actions[bot]
committed
Bump version: 1.4.20 → 1.4.21
1 parent 1307ca6 commit 4222f4a

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 = 1.4.20
5+
current_version = 1.4.21
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
@@ -14,7 +14,7 @@
1414
if __name__ == "__main__":
1515
setup(
1616
name='fosslight_util',
17-
version='1.4.20',
17+
version='1.4.21',
1818
package_dir={"": "src"},
1919
packages=find_packages(where='src'),
2020
description='FOSSLight Util',

0 commit comments

Comments
 (0)