Skip to content

Commit

Permalink
Bump to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jul 14, 2017
1 parent 76e593c commit 80326aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multidict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__all__ = ('MultiDictProxy', 'CIMultiDictProxy',
'MultiDict', 'CIMultiDict', 'upstr', 'istr')

__version__ = '3.1.3a0'
__version__ = '3.1.3'


if bool(os.environ.get('MULTIDICT_NO_EXTENSIONS')):
Expand Down

0 comments on commit 80326aa

Please sign in to comment.