Skip to content

Commit

Permalink
Fix missed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 20, 2015
1 parent 8d3987d commit cffcd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_session/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from aiohttp import web


__version__ = '0.2.0'
__version__ = '0.3.0'


class Session(MutableMapping):
Expand Down

0 comments on commit cffcd2c

Please sign in to comment.