projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3f22a2
)
Increment tweepy version to 1.0.1
author
Josh Roesslein
<jroesslein@gmail.com>
Sun, 13 Sep 2009 20:24:05 +0000
(15:24 -0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Sun, 13 Sep 2009 20:24:05 +0000
(15:24 -0500)
tweepy/__init__.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/__init__.py
b/tweepy/__init__.py
index 380c2dbfdafd37fa679211be53c9a5809006c833..29c9771a409c0dd10bd03362d4d354943f5d4cab 100644
(file)
--- a/
tweepy/__init__.py
+++ b/
tweepy/__init__.py
@@
-5,7
+5,7
@@
"""
Tweepy Twitter API library
"""
-__version__ = '1.0'
+__version__ = '1.0
.1
'
from . models import Status, User, DirectMessage, Friendship, SavedSearch, SearchResult, models
from . error import TweepError