Skip to content

Commit 61e86c5

Browse files
authored
Update setup.py
1 parent c6661be commit 61e86c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
DESCRIPTION: str = "Twitter Accounts Activity API Client Library for Python"
77
URL: str = "https://github.com/saadmanrafat/twitivity"
88
REQUIRES_PYTHON: str = ">=3.6.0"
9-
VERSION = "0.1.2"
9+
VERSION = "0.1.3"
1010
REQUIRED = ["Flask==1.1.1", "requests==2.22.0", "tweepy==3.8.0"]
1111
1212

0 commit comments

Comments
 (0)