Skip to content

Commit

Permalink
Fixes #530, bump version to 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmcgrath committed Apr 4, 2020
1 parent bd734d8 commit 02fb356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from distutils.core import setup

__author__ = 'Ryan McGrath <[email protected]>'
__version__ = '3.8.1'
__version__ = '3.8.2'

packages = [
'twython',
Expand Down
2 changes: 0 additions & 2 deletions twython/streaming/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ def __init__(self, app_key, app_secret, oauth_token, oauth_token_secret,
# Set up type methods
StreamTypes = TwythonStreamerTypes(self)
self.statuses = StreamTypes.statuses
self.user = StreamTypes.user
self.site = StreamTypes.site

self.connected = False

Expand Down

0 comments on commit 02fb356

Please sign in to comment.