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 5897970 commit 901e217Copy full SHA for 901e217
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.108
+current_version = 0.0.109
3
commit = True
4
tag = True
5
setup.py
@@ -11,7 +11,7 @@
11
12
setuptools.setup(
13
name="mario",
14
- version="0.0.108",
+ version="0.0.109",
15
description="Shell pipes for Python.",
16
long_description=open(PROJECT_ROOT / "README.rst").read(),
17
long_description_content_type="text/x-rst",
src/mario/_version.py
@@ -1 +1 @@
-__version__ = "0.0.108"
+__version__ = "0.0.109"
0 commit comments