We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c525b commit a6300d2Copy full SHA for a6300d2
multidict/__init__.py
@@ -10,7 +10,7 @@
10
__all__ = ('MultiDictProxy', 'CIMultiDictProxy',
11
'MultiDict', 'CIMultiDict', 'upstr', 'istr')
12
13
-__version__ = '3.0.0'
+__version__ = '3.1.0'
14
15
16
if bool(os.environ.get('MULTIDICT_NO_EXTENSIONS')):
0 commit comments