Skip to content

Commit 901e217

Browse files
akbakb
authored andcommitted
Bump version
1 parent 5897970 commit 901e217

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.108
2+
current_version = 0.0.109
33
commit = True
44
tag = True
55

setup.py

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

1212
setuptools.setup(
1313
name="mario",
14-
version="0.0.108",
14+
version="0.0.109",
1515
description="Shell pipes for Python.",
1616
long_description=open(PROJECT_ROOT / "README.rst").read(),
1717
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.108"
1+
__version__ = "0.0.109"

0 commit comments

Comments
 (0)