Skip to content

Commit 21825fc

Browse files
authored
Version 0.0.10 (#155)
1 parent 0defda6 commit 21825fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multipart/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = "Andrew Dunham"
33
__license__ = "Apache"
44
__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
5-
__version__ = "0.0.9"
5+
__version__ = "0.0.10"
66

77
from .multipart import FormParser, MultipartParser, OctetStreamParser, QuerystringParser, create_form_parser, parse_form
88

0 commit comments

Comments
 (0)