Skip to content

Commit ebd617e

Browse files
committed
Increment to version 0.0.3
1 parent 975c7be commit ebd617e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vega_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Main init file for vega_admin
33
"""
4-
VERSION = (0, 0, 2)
4+
VERSION = (0, 0, 3)
55
__version__ = '.'.join(str(v) for v in VERSION)
66
# pylint: disable=invalid-name
77
default_app_config = 'vega_admin.apps.VegaAdminConfig' # noqa

0 commit comments

Comments
 (0)