Skip to content

Commit

Permalink
Increment to version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Jan 7, 2019
1 parent 2f04fe8 commit 2ea7370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vega_admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Main init file for vega_admin
"""
VERSION = (0, 0, 5)
VERSION = (0, 0, 6)
__version__ = '.'.join(str(v) for v in VERSION)
# pylint: disable=invalid-name
default_app_config = 'vega_admin.apps.VegaAdminConfig' # noqa

0 comments on commit 2ea7370

Please sign in to comment.