Skip to content

Commit

Permalink
Merge pull request tumblr#165 from tumblr/wpmuguru/bump-0.1.2
Browse files Browse the repository at this point in the history
bump version to 0.1.2
  • Loading branch information
rrennick authored Jan 18, 2023
2 parents e47cf47 + c0df7bb commit c5dbeaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "PyTumblr"
version = "0.1.1"
version = "0.1.2"
authors = [
{ name="Tumblr", email="[email protected]" }
]
Expand Down
2 changes: 1 addition & 1 deletion pytumblr/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TumblrRequest(object):
A simple request object that lets us query the Tumblr API
"""

__version = "0.1.1"
__version = "0.1.2"

def __init__(self, consumer_key, consumer_secret="", oauth_token="", oauth_secret="", host="https://api.tumblr.com"):
self.host = host
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def run(self):

setup(
name="PyTumblr",
version="0.1.1",
version="0.1.2",
description="A Python API v2 wrapper for Tumblr",
long_description=long_description,
author="Tumblr",
Expand Down

0 comments on commit c5dbeaa

Please sign in to comment.