Skip to content

Commit f8df2dc

Browse files
committed
bump version to 0.0.5
1 parent 4b6caf5 commit f8df2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp_debugtoolbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .middlewares import toolbar_middleware_factory, middleware
22
from .main import setup, APP_KEY
33

4-
__version__ = '0.0.4'
4+
__version__ = '0.0.5'
55
__all__ = ['setup', 'middleware', 'toolbar_middleware_factory', 'APP_KEY']

0 commit comments

Comments
 (0)