We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf6170 commit 423a50eCopy full SHA for 423a50e
2 files changed
doc/conf.py
@@ -57,9 +57,9 @@
57
# built documents.
58
#
59
# The short X.Y version.
60
-version = '3.3'
+version = '3.4'
61
# The full version, including alpha/beta/rc tags.
62
-release = '3.3.1'
+release = '3.4'
63
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
# for a list of supported languages.
twitter/__init__.py
@@ -23,7 +23,7 @@
23
__email__ = 'python-twitter@googlegroups.com'
24
__copyright__ = 'Copyright (c) 2007-2016 The Python-Twitter Developers'
25
__license__ = 'Apache License 2.0'
26
-__version__ = '3.3.1'
+__version__ = '3.4'
27
__url__ = 'https://github.com/bear/python-twitter'
28
__download_url__ = 'https://pypi.python.org/pypi/python-twitter'
29
__description__ = 'A Python wrapper around the Twitter API'
0 commit comments