Skip to content

Commit

Permalink
Bump version: 3.1.29 → 3.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
FOSSLight-dev committed Jun 10, 2024
1 parent a33b075 commit 5c1758b
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.1.29
current_version = 3.1.30

[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 @@ -15,7 +15,7 @@
if __name__ == "__main__":
setup(
name='fosslight_yocto',
version='3.1.29',
version='3.1.30',
package_dir={"": "src"},
packages=find_packages(where='src'),
description='FOSSLight Yocto',
Expand Down

0 comments on commit 5c1758b

Please sign in to comment.