Skip to content

Commit 39ceaca

Browse files
committed
bump version
1 parent fae8f7d commit 39ceaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
__all__ = ['AdminHandler', 'setup', 'get_admin', 'Permissions', 'require',
1313
'authorize']
14-
__version__ = '0.0.1'
14+
__version__ = '0.0.2'
1515

1616

1717
def setup(app, admin_conf_path, *, resources, static_folder=None,

0 commit comments

Comments
 (0)