Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpenny committed Jul 3, 2018
1 parent 7654e63 commit e930e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytumblr/request.py
Expand Up @@ -16,7 +16,7 @@ class TumblrRequest(object):
A simple request object that lets us query the Tumblr API
"""

__version = "0.0.7"
__version = "0.0.8"

def __init__(self, consumer_key, consumer_secret="", oauth_token="", oauth_secret="", host="https://api.tumblr.com"):
self.host = host
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -91,13 +91,13 @@ def run(self):

setup(
name="PyTumblr",
version="0.0.7",
version="0.0.8",
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.0.7.tar.gz",
download_url="https://github.com/tumblr/pytumblr/archive/0.0.8.tar.gz",
packages=['pytumblr'],
license="Apache Software License 2.0",
zip_safe=False,
Expand Down

0 comments on commit e930e20

Please sign in to comment.