Skip to content

Commit a717c39

Browse files
committed
Bump to 1.1.0
1 parent ea306f2 commit a717c39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multidict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__all__ = ('MultiDictProxy', 'CIMultiDictProxy',
1111
'MultiDict', 'CIMultiDict', 'upstr', '__version__')
1212

13-
__version__ = '1.1.0b8'
13+
__version__ = '1.1.0'
1414

1515

1616
if bool(os.environ.get('MULTIDICT_NO_EXTENSIONS')):

0 commit comments

Comments
 (0)