Skip to content

Commit

Permalink
Create .bumpversion.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mayabrandi committed Dec 30, 2021
1 parent ee48585 commit e48817c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[bumpversion]
current_version = 0.1.0
commit = True
tag = True
tag_name = v{new_version}
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:setup.py]

[bumpversion:file:genotype_api/__init__.py]

0 comments on commit e48817c

Please sign in to comment.