Skip to content

Commit

Permalink
Merge pull request #427 from takluyver/bumpversion
Browse files Browse the repository at this point in the history
Add config for bump2version
  • Loading branch information
takluyver committed Jul 31, 2021
2 parents f6831de + a8dabbe commit 8d9af11
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[bumpversion]
current_version = 3.3.0
commit = True
tag = False

[bumpversion:file:pyproject.toml]
search = flit_core >={current_version}
replace = flit_core >={new_version}

[bumpversion:file:flit/__init__.py]

[bumpversion:file:flit_core/flit_core/__init__.py]

[bumpversion:file:doc/conf.py]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
{name = "Thomas Kluyver", email = "thomas@kluyver.me.uk"},
]
dependencies = [
"flit_core>=3.3.0",
"flit_core >=3.3.0",
"requests",
"docutils",
"toml",
Expand Down

0 comments on commit 8d9af11

Please sign in to comment.