From 325778740a4022fba45e58adccfbe38084073f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Zadro=C5=BCny?= Date: Wed, 3 May 2017 16:43:20 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.6=20=E2=86=92=200.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotty_dict/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotty_dict/__init__.py b/dotty_dict/__init__.py index c04763c..5844e6b 100644 --- a/dotty_dict/__init__.py +++ b/dotty_dict/__init__.py @@ -4,4 +4,4 @@ __author__ = 'Paweł Zadrożny' __copyright__ = 'Copyright (c) 2017, Paweł Zadrożny' __email__ = 'pawel.zny@gmail.com' -__version__ = '0.1.6' +__version__ = '0.1.7' diff --git a/setup.cfg b/setup.cfg index fc5eb72..43742bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 commit = True tag = True diff --git a/setup.py b/setup.py index 8f675d2..163ae17 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='dotty_dict', - version='0.1.6', + version='0.1.7', description="Dotty dict-like object allow to access deeply nested keys using dot notation.", long_description=readme + '\n\n' + history, author="Paweł Zadrożny",