Skip to content

Commit d737f9a

Browse files
akbakb
authored andcommitted
Bump version: 0.0.111 → 0.0.112
1 parent 92c139c commit d737f9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.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.111
2+
current_version = 0.0.112
33
commit = True
44
tag = True
55

setup.py

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

1414
setuptools.setup(
1515
name="mario",
16-
version="0.0.111",
16+
version="0.0.112",
1717
description="Shell pipes for Python.",
1818
long_description=open(PROJECT_ROOT / "README.rst").read(),
1919
long_description_content_type="text/x-rst",

src/mario/_version.py

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

0 commit comments

Comments
 (0)