Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelzny committed Nov 18, 2018
1 parent c040a96 commit f1fc3df
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__ = '1.0.0'
__version__ = '1.0.1'

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

Expand Down
2 changes: 1 addition & 1 deletion dotty_dict/__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, Paweł Zadrożny'
__email__ = '[email protected]'
__version__ = '1.0.0'
__version__ = '1.0.1'
__all__ = ['Dotty', 'dotty']
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 = 1.0.0
current_version = 1.0.1
commit = True
tag = True

Expand All @@ -13,7 +13,7 @@ max-complexity = 8
statistics = true
ignore = B101,E501
select = B,B902,B950,C,E,F,G,H,I,N,RST,W
exclude =
exclude =
.cache
.circleci
.git
Expand All @@ -33,3 +33,4 @@ exclude =
[tool:pytest]
addopts = --verbose
python_files = tests/*.py

0 comments on commit f1fc3df

Please sign in to comment.