diff --git a/setup.py b/setup.py index da42d99..6af54fb 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ DESCRIPTION: str = "Python Client For Twitter Streaming API v2" URL: str = "https://github.com/twitivity/twitter-stream.py" REQUIRES_PYTHON: str = ">=3.6.0" -VERSION = "0.6.0" +VERSION = "0.6.1" REQUIRED = ["requests"] EMAIL = "saadmanhere@gmail.com"