From 0d89c03b6ce44023f4b96c2bacf613a8a3b059c4 Mon Sep 17 00:00:00 2001 From: Dominik Angerer Date: Wed, 22 Aug 2018 11:57:16 +0200 Subject: [PATCH] release version 0.1.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index be5deb7..1863006 100644 --- a/setup.py +++ b/setup.py @@ -8,12 +8,12 @@ setup( name='storyblok', - version='0.1.1', + version='0.1.2', description='Storyblok API library client for python', author='Dominik Angerer', author_email='da@storyblok.com', url='https://github.com/storyblok/storyblok-python-sdk', - download_url = 'https://github.com/storyblok/storyblok-python-sdk/archive/0.1.1.tar.gz', + download_url = 'https://github.com/storyblok/storyblok-python-sdk/archive/0.1.2.tar.gz', license='MIT', install_requires=[ 'requests >= 2.1.0'