Skip to content

Commit 22bd83f

Browse files
authored
Merge pull request #137 from dkarivalis/dave/v0.1.0
v0.1.0
2 parents c831b38 + 65aa46e commit 22bd83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ def run(self):
9191

9292
setup(
9393
name="PyTumblr",
94-
version="0.0.8",
94+
version="0.1.0",
9595
description="A Python API v2 wrapper for Tumblr",
9696
long_description=long_description,
9797
author="Tumblr",
9898
author_email="accounts@tumblr.com",
9999
url="https://github.com/tumblr/pytumblr",
100-
download_url="https://github.com/tumblr/pytumblr/archive/0.0.8.tar.gz",
100+
download_url="https://github.com/tumblr/pytumblr/archive/0.1.0.tar.gz",
101101
packages=['pytumblr'],
102102
license="Apache Software License 2.0",
103103
zip_safe=False,

0 commit comments

Comments
 (0)