Fixes #530, bump version to 3.8.2
This commit is contained in:
parent
bd734d8775
commit
02fb35651d
2 changed files with 1 additions and 3 deletions
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ except ImportError:
|
|||
from distutils.core import setup
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@rymc.io>'
|
||||
__version__ = '3.8.1'
|
||||
__version__ = '3.8.2'
|
||||
|
||||
packages = [
|
||||
'twython',
|
||||
|
|
|
|||
|
|
@ -86,8 +86,6 @@ class TwythonStreamer(object):
|
|||
# Set up type methods
|
||||
StreamTypes = TwythonStreamerTypes(self)
|
||||
self.statuses = StreamTypes.statuses
|
||||
self.user = StreamTypes.user
|
||||
self.site = StreamTypes.site
|
||||
|
||||
self.connected = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue