We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6661be commit 61e86c5Copy full SHA for 61e86c5
setup.py
@@ -6,7 +6,7 @@
6
DESCRIPTION: str = "Twitter Accounts Activity API Client Library for Python"
7
URL: str = "https://github.com/saadmanrafat/twitivity"
8
REQUIRES_PYTHON: str = ">=3.6.0"
9
-VERSION = "0.1.2"
+VERSION = "0.1.3"
10
REQUIRED = ["Flask==1.1.1", "requests==2.22.0", "tweepy==3.8.0"]
11
EMAIL = "[email protected]"
12
0 commit comments