Skip to content

Commit

Permalink
Bump version: 1.7.15 → 1.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
FOSSLight-dev committed Sep 6, 2024
1 parent c2b888b commit bee3f59
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 = 1.7.15
current_version = 1.7.16

[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 @@ -14,7 +14,7 @@
if __name__ == "__main__":
setup(
name='fosslight_source',
version='1.7.15',
version='1.7.16',
package_dir={"": "src"},
packages=find_packages(where='src'),
description='FOSSLight Source Scanner',
Expand Down

0 comments on commit bee3f59

Please sign in to comment.