diff --git a/docs/conf.py b/docs/conf.py index da6df7a..fc53d3c 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ import os import sys -__version__ = '1.1.1' +__version__ = '1.1.2' sys.path.insert(0, os.path.abspath('..')) diff --git a/dotty_dict/__init__.py b/dotty_dict/__init__.py index 5144659..0c3fd25 100644 --- a/dotty_dict/__init__.py +++ b/dotty_dict/__init__.py @@ -4,5 +4,5 @@ __author__ = 'Paweł Zadrożny' __copyright__ = 'Copyright (c) 2017, Paweł Zadrożny' __email__ = 'pawel.zny@gmail.com' -__version__ = '1.1.1' +__version__ = '1.1.2' __all__ = ['Dotty', 'dotty', 'dotty_l'] diff --git a/setup.cfg b/setup.cfg index e92f246..83fad06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = True tag = True