File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed
Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,13 @@ commit = True
44tag = True
55
66[bumpversion:file:setup.py]
7- search = version ={current_version}
8- replace = version ={new_version}
9-
10- [bumpversion:file:README.rst]
11- search = v{current_version}.
12- replace = v{new_version}.
7+ search = version =" {current_version}"
8+ replace = version =" {new_version}"
139
1410[bumpversion:file:docs/conf.py]
15- search = version = release = {current_version}
16- replace = version = release = {new_version}
11+ search = version = release = " {current_version}"
12+ replace = version = release = " {new_version}"
1713
18- [bumpversion:file:src/mario_addons /__init__.py]
19- search = __version__ = {current_version}
20- replace = __version__ = {new_version}
14+ [bumpversion:file:src/mario /__init__.py]
15+ search = __version__ = " {current_version}"
16+ replace = __version__ = " {new_version}"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def read(*names, **kwargs):
3333# Enable code coverage for C code: we can't use CFLAGS=-coverage in tox.ini, since that may mess with compiling
3434setup (
3535 name = "mario-addons" ,
36- version = "version= 0.1.1" ,
36+ version = "0.1.1" ,
3737 description = "More commands for Mario." ,
3838 long_description = "%s\n %s"
3939 % (
You can’t perform that action at this time.
0 commit comments