We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea306f2 commit a717c39Copy full SHA for a717c39
1 file changed
multidict/__init__.py
@@ -10,7 +10,7 @@
10
__all__ = ('MultiDictProxy', 'CIMultiDictProxy',
11
'MultiDict', 'CIMultiDict', 'upstr', '__version__')
12
13
-__version__ = '1.1.0b8'
+__version__ = '1.1.0'
14
15
16
if bool(os.environ.get('MULTIDICT_NO_EXTENSIONS')):
0 commit comments