We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c831b38 + 65aa46e commit 22bd83fCopy full SHA for 22bd83f
setup.py
@@ -91,13 +91,13 @@ def run(self):
91
92
setup(
93
name="PyTumblr",
94
- version="0.0.8",
+ version="0.1.0",
95
description="A Python API v2 wrapper for Tumblr",
96
long_description=long_description,
97
author="Tumblr",
98
author_email="accounts@tumblr.com",
99
url="https://github.com/tumblr/pytumblr",
100
- download_url="https://github.com/tumblr/pytumblr/archive/0.0.8.tar.gz",
+ download_url="https://github.com/tumblr/pytumblr/archive/0.1.0.tar.gz",
101
packages=['pytumblr'],
102
license="Apache Software License 2.0",
103
zip_safe=False,
0 commit comments