From c07e252df299b97ffc071e247b1179194d204aaf Mon Sep 17 00:00:00 2001 From: saadmanrafat Date: Wed, 2 Dec 2020 16:32:30 +0600 Subject: [PATCH] v0.6.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"