We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c139c commit d737f9aCopy full SHA for d737f9a
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.111
+current_version = 0.0.112
3
commit = True
4
tag = True
5
setup.py
@@ -13,7 +13,7 @@
13
14
setuptools.setup(
15
name="mario",
16
- version="0.0.111",
+ version="0.0.112",
17
description="Shell pipes for Python.",
18
long_description=open(PROJECT_ROOT / "README.rst").read(),
19
long_description_content_type="text/x-rst",
src/mario/_version.py
@@ -1 +1 @@
-__version__ = "0.0.111"
+__version__ = "0.0.112"
0 commit comments