Skip to content

Commit

Permalink
Bump version: 0.3.1 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelzny committed Apr 26, 2018
1 parent 5b2149a commit 8d109ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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.3.1'
__version__ = '1.0.0'

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

Expand Down
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 1.0.0
commit = True
tag = True

Expand All @@ -11,11 +11,9 @@ tag = True
max-line-length = 100
max-complexity = 8
statistics = true
# B101 Use of assert detected. Assertions are only in examples
# E501 Line length duplicated with B950
ignore = B101,E501
select = B,B902,B950,C,E,F,G,H,I,N,RST,W
exclude =
exclude =
.cache
.circleci
.git
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.3.1'
__version__ = '1.0.0'
__all__ = ['ImmutableInstanceError', 'Value']

0 comments on commit 8d109ca

Please sign in to comment.