Browse Source

Only target flaskbb version in setup.py

Alec Nikolas Reiter 6 years ago
parent
commit
59261c4135
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .bumpversion.cfg

+ 2 - 0
.bumpversion.cfg

@@ -4,6 +4,8 @@ commit = True
 tag = True
 
 [bumpversion:file:setup.py]
+search = version="{current_version}"
+replace = version="{new_version}"
 
 [bumpversion:file:flaskbb/__init__.py]