Skip to content

Commit 7c84d04

Browse files
akbakb
authored andcommitted
Bump version
1 parent 1c8f1fb commit 7c84d04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.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.1.4
2+
current_version = 0.1.5
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
year = "2019"
3030
author = "Mario contributors"
3131
copyright = "{0}, {1}".format(year, author)
32-
version = release = "0.1.4"
32+
version = release = "0.1.5"
3333

3434
pygments_style = "trac"
3535
templates_path = ["."]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def read(*names, **kwargs):
3333
# Enable code coverage for C code: we can't use CFLAGS=-coverage in tox.ini, since that may mess with compiling
3434
setup(
3535
name="mario-addons",
36-
version="0.1.4",
36+
version="0.1.5",
3737
description="More commands for Mario.",
3838
long_description="%s\n%s"
3939
% (

src/mario_addons/__init__.py

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

0 commit comments

Comments
 (0)