Fixes #530, bump version to 3.8.2

This commit is contained in:
Ryan McGrath 2020-04-04 16:21:59 -07:00
parent bd734d8775
commit 02fb35651d
No known key found for this signature in database
GPG key ID: 811674B62B666830
2 changed files with 1 additions and 3 deletions

View file

@ -9,7 +9,7 @@ except ImportError:
from distutils.core import setup from distutils.core import setup
__author__ = 'Ryan McGrath <ryan@rymc.io>' __author__ = 'Ryan McGrath <ryan@rymc.io>'
__version__ = '3.8.1' __version__ = '3.8.2'
packages = [ packages = [
'twython', 'twython',

View file

@ -86,8 +86,6 @@ class TwythonStreamer(object):
# Set up type methods # Set up type methods
StreamTypes = TwythonStreamerTypes(self) StreamTypes = TwythonStreamerTypes(self)
self.statuses = StreamTypes.statuses self.statuses = StreamTypes.statuses
self.user = StreamTypes.user
self.site = StreamTypes.site
self.connected = False self.connected = False