We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5d7f9 commit 7b74109Copy full SHA for 7b74109
multidict/__init__.py
@@ -12,7 +12,7 @@
12
'MultiDictProxy', 'CIMultiDictProxy',
13
'MultiDict', 'CIMultiDict', 'upstr', 'istr')
14
15
-__version__ = '3.3.2'
+__version__ = '4.0.0'
16
17
18
from ._abc import MultiMapping, MutableMultiMapping
0 commit comments