Update version
This commit is contained in:
parent
84e4c5fe13
commit
828d355ad2
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from setuptools import setup
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
||||
__version__ = '2.9.0'
|
||||
__version__ = '2.9.1'
|
||||
|
||||
packages = [
|
||||
'twython'
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Questions, comments? ryan@venodesigns.net
|
|||
"""
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
||||
__version__ = '2.9.0'
|
||||
__version__ = '2.9.1'
|
||||
|
||||
from .twython import Twython
|
||||
from .streaming import TwythonStreamer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue