Skip to content

Commit

Permalink
releasing v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Nov 28, 2017
1 parent d54e193 commit 468c0c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.2.0'
__version__ = '1.3.0'

if sys.version_info[0] < 3:
dependencies = open(join('requirements', 'python2.txt')).read().split()
Expand All @@ -24,7 +24,7 @@
url='https://github.com/docnow/twarc',
author='Ed Summers',
author_email='[email protected]',
py_modules=['twarc', ],
packages=['twarc'],
scripts=scripts,
description='Archive tweets from the command line',
install_requires=dependencies,
Expand Down
2 changes: 1 addition & 1 deletion twarc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.2.0' # also in setup.py
__version__ = '1.3.0' # also in setup.py

from .client import Twarc
from .command import main

0 comments on commit 468c0c9

Please sign in to comment.