Skip to content

Commit a6300d2

Browse files
committed
Bump to 3.1.0
1 parent 14c525b commit a6300d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multidict/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__all__ = ('MultiDictProxy', 'CIMultiDictProxy',
1111
'MultiDict', 'CIMultiDict', 'upstr', 'istr')
1212

13-
__version__ = '3.0.0'
13+
__version__ = '3.1.0'
1414

1515

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

0 commit comments

Comments
 (0)