Skip to content

Commit

Permalink
add .bumpversion file
Browse files Browse the repository at this point in the history
  • Loading branch information
acocac committed Jul 3, 2024
1 parent 32f7c19 commit a743418
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[bumpversion]
current_version = v1.0.0
commit = True
tag = True
parse = (v(?P<major>\d+))(.(?P<minor>\d+))(.(?P<patch>\d+))
serialize = v{major}.{minor}.{patch}

[bumpversion:file:CITATION.cff]

[bumpversion:file:notebook.ipynb]
search = "print('Notebook repository version: {current_version}')\n"
replace = "print('Notebook repository version: {new_version}')\n"

0 comments on commit a743418

Please sign in to comment.