Skip to content

Commit e930e20

Browse files
committed
Bump version
1 parent 7654e63 commit e930e20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pytumblr/request.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class TumblrRequest(object):
1616
A simple request object that lets us query the Tumblr API
1717
"""
1818

19-
__version = "0.0.7"
19+
__version = "0.0.8"
2020

2121
def __init__(self, consumer_key, consumer_secret="", oauth_token="", oauth_secret="", host="https://api.tumblr.com"):
2222
self.host = host

setup.py

+2-2
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.7",
94+
version="0.0.8",
9595
description="A Python API v2 wrapper for Tumblr",
9696
long_description=long_description,
9797
author="Tumblr",
9898
author_email="[email protected]",
9999
url="https://github.com/tumblr/pytumblr",
100-
download_url="https://github.com/tumblr/pytumblr/archive/0.0.7.tar.gz",
100+
download_url="https://github.com/tumblr/pytumblr/archive/0.0.8.tar.gz",
101101
packages=['pytumblr'],
102102
license="Apache Software License 2.0",
103103
zip_safe=False,

0 commit comments

Comments
 (0)