Version bump to 0.3.1

This commit is contained in:
Kenneth Reitz
2011-04-01 14:53:53 -04:00
parent 267a852ba6
commit ed8ff63048
+2 -2
View File
@@ -24,8 +24,8 @@ from .packages.poster.streaminghttp import register_openers, get_handlers
__title__ = 'requests'
__version__ = '0.3.0'
__build__ = 0x000300
__version__ = '0.3.1'
__build__ = 0x000301
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'