We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975c7be commit ebd617eCopy full SHA for ebd617e
vega_admin/__init__.py
@@ -1,7 +1,7 @@
1
"""
2
Main init file for vega_admin
3
4
-VERSION = (0, 0, 2)
+VERSION = (0, 0, 3)
5
__version__ = '.'.join(str(v) for v in VERSION)
6
# pylint: disable=invalid-name
7
default_app_config = 'vega_admin.apps.VegaAdminConfig' # noqa
0 commit comments