Skip to content

Commit 6c96b3c

Browse files
akbakb
authored andcommitted
Bump version
1 parent b3f3e9d commit 6c96b3c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Overview
3333
:alt: PyPI Package latest release
3434
:target: https://pypi.org/pypi/mario-addons
3535

36-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-mario/mario-addons/v0.1.0.svg
36+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-mario/mario-addons/v0.1.1.svg
3737
:alt: Commits since latest release
38-
:target: https://github.com/python-mario/mario-addons/compare/v0.1.0...master
38+
:target: https://github.com/python-mario/mario-addons/compare/v0.1.1...master
3939

4040
.. |wheel| image:: https://img.shields.io/pypi/wheel/mario-addons.svg
4141
:alt: PyPI Wheel

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 = "0.1.0"
31+
version = release = "version = release = 0.1.1"
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.0",
36+
version="version=0.1.1",
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.0"
1+
__version__ = "__version__ = 0.1.1"

0 commit comments

Comments
 (0)