Skip to content

Commit

Permalink
Bump version: 2.1.3 → 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FOSSLight-dev committed Dec 5, 2024
1 parent e42688e commit 1ffaf3f
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 = 2.1.3
current_version = 2.1.4

[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='2.1.3',
version='2.1.4',
package_dir={"": "src"},
packages=find_packages(where='src'),
description='FOSSLight Source Scanner',
Expand Down

0 comments on commit 1ffaf3f

Please sign in to comment.