Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 15, 2015
1 parent d749258 commit 08026b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.

__version__ = '0.14.0'
__version__ = '0.14.1'


from . import hdrs # noqa
Expand Down

0 comments on commit 08026b3

Please sign in to comment.