8000 Added bumpversion.cfg · tj-python/github-deploy@e5fa96c · GitHub
[go: up one dir, main page]

Skip to content

Commit e5fa96c

Browse files
committed
Added bumpversion.cfg
1 parent a6a22fb commit e5fa96c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.bumpversion.cfg

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[bumpversion]
2+
current_version = 2.3.0
3+
commit = True
4+
tag = True
5+
6+
[bumpversion:file:setup.py]
7+
search = version="{current_version}"
8+
replace = version="{new_version}"
9+
10+
[bumpversion:file:model_clone/__init__.py]
11+
search = __version__ = "{current_version}"
12+
replace = __version__ = "{new_version}"
13+
14+
[bdist_wheel]
15+
universal = 1

0 commit comments

Comments
 (0)
0