Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
cca2715d
Commit
cca2715d
authored
Nov 02, 2009
by
Josh Roesslein
Browse files
Update readme and bump version # to 1.3
parent
276fe202
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
cca2715d
...
...
@@ -3,7 +3,7 @@
from
setuptools
import
setup
,
find_packages
setup
(
name
=
"tweepy"
,
version
=
"1.
2
"
,
version
=
"1.
3
"
,
description
=
"Twitter library for python"
,
license
=
"MIT"
,
author
=
"Joshua Roesslein"
,
...
...
tweepy/__init__.py
View file @
cca2715d
...
...
@@ -5,7 +5,9 @@
"""
Tweepy Twitter API library
"""
__version__
=
'1.2'
__version__
=
'1.3'
__author__
=
'Joshua Roesslein'
__license__
=
'MIT'
from
tweepy.models
import
Status
,
User
,
DirectMessage
,
Friendship
,
SavedSearch
,
SearchResult
,
models
from
tweepy.error
import
TweepError
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment