Skip to content

Commit

Permalink
bump version 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelzny committed Apr 13, 2019
1 parent 0f3c732 commit cfa087b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2'

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.2'
__all__ = ['Dotty', 'dotty']
2 changes: 1 addition & 1 deletion 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.2
commit = True
tag = True

Expand Down

0 comments on commit cfa087b

Please sign in to comment.