Skip to content

Commit c960065

Browse files
Merge pull request #44 from python-mario/118
Bump version
2 parents 23796a7 + 9a9aa49 commit c960065

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

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

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.117"
31+
version = release = "0.0.118"
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="0.0.117",
17+
version="0.0.118",
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.117"
1+
__version__ = "0.0.118"

0 commit comments

Comments
 (0)