Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jun 21, 2017
1 parent 4026dd9 commit e5c0103
Showing 1 changed file with 1 addition and 1 deletion.
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.1.2' # also in setup.py
__version__ = '1.1.3' # also in setup.py

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

0 comments on commit e5c0103

Please sign in to comment.