Skip to content

Commit

Permalink
v1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Nov 29, 2016
1 parent 9b53a66 commit 8d64005
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.9.0'
__version__ = '1.0.0'

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

import os
import re
Expand Down

0 comments on commit 8d64005

Please sign in to comment.