Skip to content

Commit

Permalink
Bump version: 3.0.21 → 3.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 11, 2023
1 parent 8be4694 commit 9da4255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = False
message = Bump version: {current_version} → {new_version}
current_version = 3.0.21
current_version = 3.0.22

[bumpversion:file:setup.py]
search = '{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name='fosslight_prechecker',
version='3.0.21',
version='3.0.22',
package_dir={"": "src"},
packages=find_packages(where='src'),
description='FOSSLight Prechecker',
Expand Down

0 comments on commit 9da4255

Please sign in to comment.