Skip to content

Commit 09f7e7e

Browse files
committed
bump to 0.7.5
1 parent a71b0d8 commit 09f7e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# This file is part of http_parser released under the MIT license.
44
# See the NOTICE for more information.
55

6-
version_info = (0, 7, 4)
6+
version_info = (0, 7, 5)
77
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)