Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jan 17, 2017
1 parent 1614adf commit 052d4a2
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 @@ -4,7 +4,7 @@
from setuptools import setup

# Also in twarc.py
__version__ = '1.0.3'
__version__ = '1.0.4'

if sys.version_info[0] < 3:
dependencies = open(join('requirements', 'python2.txt')).read().split()
Expand Down
2 changes: 1 addition & 1 deletion twarc.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
except ImportError:
import ConfigParser as configparser # Python 2

__version__ = '1.0.3' # also in setup.py
__version__ = '1.0.4' # also in setup.py

if sys.version_info[:2] <= (2, 7):
# Python 2
Expand Down

0 comments on commit 052d4a2

Please sign in to comment.