Skip to content

Commit

Permalink
upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Mar 10, 2017
1 parent 2a2bac3 commit bf5462c
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.0.7'
__version__ = '1.0.8'

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

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

0 comments on commit bf5462c

Please sign in to comment.