Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopeixoto committed Dec 29, 2021
1 parent 191a185 commit a3ce28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[bumpversion]
current_version = 1.0.0.dev21
current_version = 1.0.0
commit = True
tag = True
message = "Update version to {new_version}"
tag_message = "Release version {new_version}"

[bumpversion:file:metastore/package.py]
search = latest
replace = "{new_version}"
replace = {new_version}

0 comments on commit a3ce28c

Please sign in to comment.