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
b852f8e3
Commit
b852f8e3
authored
Nov 08, 2012
by
Joshua Roesslein
Browse files
Release 1.12
[ci skip]
parent
d3ca8041
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
b852f8e3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
setup
(
name
=
"tweepy"
,
setup
(
name
=
"tweepy"
,
version
=
"1.1
1
"
,
version
=
"1.1
2
"
,
description
=
"Twitter library for python"
,
description
=
"Twitter library for python"
,
license
=
"MIT"
,
license
=
"MIT"
,
author
=
"Joshua Roesslein"
,
author
=
"Joshua Roesslein"
,
...
...
tweepy/__init__.py
View file @
b852f8e3
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
"""
"""
Tweepy Twitter API library
Tweepy Twitter API library
"""
"""
__version__
=
'1.1
1
'
__version__
=
'1.1
2
'
__author__
=
'Joshua Roesslein'
__author__
=
'Joshua Roesslein'
__license__
=
'MIT'
__license__
=
'MIT'
...
...
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