Skip to content

Commit

Permalink
Bump to version 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
joshthecoder committed Mar 17, 2012
1 parent fb3a96a commit 6d7d73c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name="tweepy",
version="1.8",
version="1.9",
description="Twitter library for python",
license="MIT",
author="Joshua Roesslein",
Expand Down
2 changes: 1 addition & 1 deletion tweepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
Tweepy Twitter API library
"""
__version__ = '1.8'
__version__ = '1.9'
__author__ = 'Joshua Roesslein'
__license__ = 'MIT'

Expand Down

0 comments on commit 6d7d73c

Please sign in to comment.