Skip to content

Commit 7f867c6

Browse files
committedSep 20, 2024·
Release of 1.0.0
1 parent 01343ea commit 7f867c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎multipart.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
__author__ = "Marcel Hellkamp"
13-
__version__ = "1.0-dev"
13+
__version__ = '1.0.0'
1414
__license__ = "MIT"
1515
__all__ = ["MultipartError", "parse_form_data", "MultipartParser", "MultipartPart", "PushMultipartParser", "MultipartSegment"]
1616

0 commit comments

Comments
 (0)
Please sign in to comment.