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 721b6f0 commit bc31525Copy full SHA for bc31525
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.112
+current_version = 0.0.113
3
commit = True
4
tag = True
5
setup.py
@@ -13,7 +13,7 @@
13
14
setuptools.setup(
15
name="mario",
16
- version="0.0.112",
+ version="0.0.113",
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.112"
+__version__ = "0.0.113"
0 commit comments