From 6541218c2d471653bc1f59dc9c9bec694383ce90 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Thu, 10 Mar 2022 16:09:03 +0900 Subject: [PATCH] Bump version to 0.1.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 460fe51..2920c02 100644 --- a/setup.py +++ b/setup.py @@ -91,13 +91,13 @@ def run(self): setup( name="PyTumblr", - version="0.1.0", + version="0.1.1", description="A Python API v2 wrapper for Tumblr", long_description=long_description, author="Tumblr", author_email="accounts@tumblr.com", url="https://github.com/tumblr/pytumblr", - download_url="https://github.com/tumblr/pytumblr/archive/0.1.0.tar.gz", + download_url="https://github.com/tumblr/pytumblr/archive/0.1.1.tar.gz", packages=['pytumblr'], license="Apache Software License 2.0", zip_safe=False,