Skip to content

Commit 32fc2f7

Browse files
akbakb
authored andcommitted
Bump version
1 parent e4a0917 commit 32fc2f7

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.bumpversion.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.115
2+
current_version = 0.0.116
33
commit = True
44
tag = True
55

@@ -8,9 +8,10 @@ search = version={current_version}
88
replace = version={new_version}
99

1010
[bumpversion:file:docs/conf.py]
11-
search=version = release = "{current_version}"
12-
replace=version = release = "{new_version}"
11+
search = version = release = "{current_version}"
12+
replace = version = release = "{new_version}"
1313

1414
[bumpversion:file:src/mario/__init__.py]
1515
search = __version__ = "{current_version}"
1616
replace = __version__ = "{new_version}"
17+

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
year = "2019"
2929
author = "mario contributors"
3030
copyright = "{0}, {1}".format(year, author)
31-
version = release = "0.0.115"
31+
version = release = "0.0.116"
3232

3333
pygments_style = "trac"
3434
templates_path = ["."]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setuptools.setup(
1616
name="mario",
17-
version="version=0.0.115",
17+
version="version=0.0.116",
1818
description="Shell pipes for Python.",
1919
long_description=open(PROJECT_ROOT / "README.rst").read(),
2020
long_description_content_type="text/x-rst",

src/mario/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.115"
1+
__version__ = "0.0.116"

0 commit comments

Comments
 (0)