From 6d683fd1d0ccf76ec8d7d1e44b01ce92185d0fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Zadro=C5=BCny?= Date: Wed, 3 May 2017 16:38:37 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.5=20=E2=86=92=200.1.6?= 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 1cbe9c6..c04763c 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.5' +__version__ = '0.1.6' diff --git a/setup.cfg b/setup.cfg index 67b8dc7..fc5eb72 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True tag = True diff --git a/setup.py b/setup.py index a7410b1..8f675d2 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='dotty_dict', - version='0.1.5', + version='0.1.6', description="Dotty dict-like object allow to access deeply nested keys using dot notation.", long_description=readme + '\n\n' + history, author="Paweł Zadrożny",