Skip to content

Commit c7b52ab

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
[bumpversion]
2-
current_version = 2.3.0
2+
current_version = 0.0.4
33
commit = True
44
tag = True
55

66
[bumpversion:file:setup.py]
77
search = version="{current_version}"
88
replace = version="{new_version}"
99

10-
[bumpversion:file:model_clone/__init__.py]
11-
search = __version__ = "{current_version}"
12-
replace = __version__ = "{new_version}"
13-
1410
[bdist_wheel]
1511
universal = 1

0 commit comments

Comments
 (0)