Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Apr 21, 2018
1 parent ff518fa commit 851741f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup

# Also in twarc.py
__version__ = '1.4.2'
__version__ = '1.4.3'

if sys.version_info[0] < 3:
dependencies = open(join('requirements', 'python2.txt')).read().split()
Expand Down
2 changes: 1 addition & 1 deletion twarc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.4.2' # also in setup.py
__version__ = '1.4.3' # also in setup.py

from .client import Twarc
from .command import main

0 comments on commit 851741f

Please sign in to comment.