Skip to content

Commit

Permalink
Merge pull request #2 from adamboche/version
Browse files Browse the repository at this point in the history
Bump version: 0.1.2 → 0.1.3
  • Loading branch information
adamboche committed Jun 8, 2019
2 parents 169c856 + c677247 commit 9671083
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Overview
:alt: PyPI Package latest release
:target: https://pypi.org/pypi/marshmallow-union

.. |commits-since| image:: https://img.shields.io/github/commits-since/adamboche/python-marshmallow-union/v0.1.2.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/adamboche/python-marshmallow-union/v0.1.3.svg
:alt: Commits since latest release
:target: https://github.com/adamboche/python-marshmallow-union/compare/v0.1.2...master
:target: https://github.com/adamboche/python-marshmallow-union/compare/v0.1.3...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/marshmallow-union.svg
:alt: PyPI Wheel
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
year = "2019"
author = "akb"
copyright = "{0}, {1}".format(year, author)
version = release = "version = release = 0.1.2"
version = release = "version = release = 0.1.3"

pygments_style = "trac"
templates_path = ["."]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def read(*names, **kwargs):

setup(
name="marshmallow-union",
version="0.1.2",
version="version=0.1.3",
description="Union fields for marshmallow.",
long_description="%s\n%s"
% (
Expand Down
2 changes: 1 addition & 1 deletion src/marshmallow_union/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from ._core import Union

__version__ = "__version__ = 0.1.2"
__version__ = "__version__ = 0.1.3"

0 comments on commit 9671083

Please sign in to comment.