Skip to content

Commit 1013232

Browse files
akbakb
authored andcommitted
Bump version
1 parent 5248d8f commit 1013232

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
year = "2019"
2929
author = "Mario contributors"
3030
copyright = "{0}, {1}".format(year, author)
31-
version = release = "version = release = 0.1.1"
31+
version = release = "0.1.2"
3232

3333
pygments_style = "trac"
3434
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.1",
36+
version="0.1.2",
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__ = "__version__ = 0.1.1"
1+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)