Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Zadrozny committed Mar 15, 2018
1 parent c033d9d commit 6e5f072
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
import sys

__version__ = '0.2.0'
__version__ = '0.2.1'

sys.path.insert(0, os.path.abspath('..'))

Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = True
tag = True

[bumpversion:file:vo/__init__.py]

[bumpversion:file:docs/conf.py]

[flake8]
max-line-length = 100
max-complexity = 10
exclude =
exclude =
.git,
.idea,
.tox,
Expand Down
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.2.0'
__version__ = '0.2.1'
__all__ = ['Value', 'ImmutableInstanceError']

0 comments on commit 6e5f072

Please sign in to comment.