Skip to content

Commit

Permalink
version 0.78.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoepp committed Dec 17, 2013
1 parent 93ff977 commit 82e1b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TwitterSearch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'TwitterSearch'
__version__ = '0.78.3'
__version__ = '0.78.4'
__author__ = 'Christian Koepp'
__license__ = 'MIT'
__copyright__ = 'Copyright 2013 Christian Koepp'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def requirements():
return req

setup(name='TwitterSearch',
version='0.78.3',
version='0.78.4',
description='A library to easily iterate tweets found by the Twitter Search API',
long_description=readme(),
url='http://github.com/ckoepp/TwitterSearch',
Expand Down

0 comments on commit 82e1b4f

Please sign in to comment.