Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelzny committed Mar 14, 2018
1 parent 76ee4aa commit 2a88f9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

Expand All @@ -8,7 +8,7 @@ tag = True
[flake8]
max-line-length = 100
max-complexity = 10
exclude =
exclude =
.git,
.idea,
.tox,
Expand All @@ -22,3 +22,4 @@ exclude =
setup.py,
runtests.py,
server.py

2 changes: 1 addition & 1 deletion vo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

__author__ = 'Paweł Zadrożny'
__copyright__ = 'Copyright (c) 2017, Pawelzny'
__version__ = '0.1.0'
__version__ = '0.2.0'
__all__ = ['Value', 'ValueModificationForbidden']

0 comments on commit 2a88f9e

Please sign in to comment.