This commit is contained in:
Kenneth Reitz
2011-10-13 22:17:54 -04:00
parent f1f56c3081
commit 244172bdd4
+2 -2
View File
@@ -12,8 +12,8 @@ This module implements the main Requests system.
"""
__title__ = 'requests'
__version__ = '0.6.3'
__build__ = 0x000603
__version__ = '0.6.4'
__build__ = 0x000604
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'