Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jan 22, 2017
1 parent 40104e4 commit e3f639f
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.4'
__version__ = '1.0.5'

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.4' # also in setup.py
__version__ = '1.0.5' # also in setup.py

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

0 comments on commit e3f639f

Please sign in to comment.