Skip to content

Commit

Permalink
bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Sep 13, 2015
1 parent 4b6caf5 commit f8df2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_debugtoolbar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .middlewares import toolbar_middleware_factory, middleware
from .main import setup, APP_KEY

__version__ = '0.0.4'
__version__ = '0.0.5'
__all__ = ['setup', 'middleware', 'toolbar_middleware_factory', 'APP_KEY']

0 comments on commit f8df2dc

Please sign in to comment.