Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Dec 9, 2024
1 parent 6ab473d commit 5535f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[bumpversion]
current_version = 0.0.3
current_version = 1.0.0
commit = True
tag = True
tag_name = obsah-{new_version}
sign_tags = True
message = Release {new_version}

[bumpversion:file:setup.py]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def find_package_data(package, data_dir):

setup(
name='obsah',
version='0.0.3',
version='1.0.0',
license='GPL-2.0-only',
description='packaging wrapper using ansible',
long_description=get_long_description(),
Expand Down

0 comments on commit 5535f70

Please sign in to comment.