projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a29ff
)
Fix version to include 3 digits.
author
Joshua Roesslein
<jroesslein@opengov.com>
Mon, 1 Dec 2014 19:24:37 +0000
(13:24 -0600)
committer
Joshua Roesslein
<jroesslein@opengov.com>
Mon, 1 Dec 2014 19:24:37 +0000
(13:24 -0600)
tweepy/__init__.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/__init__.py
b/tweepy/__init__.py
index 85c4b5be12db50273da4080a79b79bf19979c232..27d84e395a233f306a4ff951614fbbfd5f20b871 100644
(file)
--- a/
tweepy/__init__.py
+++ b/
tweepy/__init__.py
@@
-5,7
+5,7
@@
"""
Tweepy Twitter API library
"""
-__version__ = '3.1'
+__version__ = '3.1
.0
'
__author__ = 'Joshua Roesslein'
__license__ = 'MIT'