Skip to content

Commit

Permalink
Fixed version check
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0ptim0us committed Feb 25, 2020
1 parent 35d1ea4 commit 8368d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import codecs
from setuptools import setup
from twpy.config.config import VERSION

TWPY_VERSION = VERSION
TWPY_VERSION = '1.2.5'
TWPY_DOWNLOAD = ('https://github.com/0x0ptim0us/twpy/tarball/' + TWPY_VERSION)


Expand Down
2 changes: 1 addition & 1 deletion twpy/config/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "1.2.4"
VERSION = "1.2.5"
BASE_URL = "https://twitter.com/"
MOBILE_URL = "https://mobile.twitter.com/"
APIV1_URL = "https://help.twitter.com/api/v1/username_lookups?username="
Expand Down

0 comments on commit 8368d86

Please sign in to comment.