Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 423a50e

Browse files
committed
bump version for 3.4
1 parent baf6170 commit 423a50e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '3.3'
60+
version = '3.4'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '3.3.1'
62+
release = '3.4'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

twitter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__email__ = 'python-twitter@googlegroups.com'
2424
__copyright__ = 'Copyright (c) 2007-2016 The Python-Twitter Developers'
2525
__license__ = 'Apache License 2.0'
26-
__version__ = '3.3.1'
26+
__version__ = '3.4'
2727
__url__ = 'https://github.com/bear/python-twitter'
2828
__download_url__ = 'https://pypi.python.org/pypi/python-twitter'
2929
__description__ = 'A Python wrapper around the Twitter API'

0 commit comments

Comments
 (0)