Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
quiqueporta committed Jan 15, 2019
1 parent 4744180 commit 513a37c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.3.0 (2019-01-15)
0.3.1 (2019-01-15)
------------------

- Reduced the creation time
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Test
> PYTHONPATH=$PYTHONPATH:. mamba
.. |Version Number| image:: https://img.shields.io/badge/version-0.3.0-blue.svg
.. |Version Number| image:: https://img.shields.io/badge/version-0.3.1-blue.svg

.. |Build Status| image:: https://travis-ci.org/quiqueporta/simple-value-object.svg?branch=master
:target: https://travis-ci.org/quiqueporta/simple-value-object
Expand Down
2 changes: 1 addition & 1 deletion simple_value_object/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .value_object import ValueObject
from .decorators import invariant

VERSION = (0, 3, 0, 'final')
VERSION = (0, 3, 1, 'final')
__version__ = VERSION


Expand Down

0 comments on commit 513a37c

Please sign in to comment.