Skip to content

Commit

Permalink
upped version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Oct 20, 2016
1 parent 97144e4 commit 2ce0108
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__ = '0.8.1'
__version__ = '0.8.2'

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 @@ -2,7 +2,7 @@

from __future__ import print_function

__version__ = '0.8.1' # also in setup.py
__version__ = '0.8.2' # also in setup.py

import fileinput
import os
Expand Down

0 comments on commit 2ce0108

Please sign in to comment.