Skip to content

Commit

Permalink
↑ bump to version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Mar 6, 2019
1 parent 3a0f2de commit f1ecb08
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, 6)
VERSION = (0, 0, 7)
__version__ = '.'.join(str(v) for v in VERSION)
# pylint: disable=invalid-name
default_app_config = 'vega_admin.apps.VegaAdminConfig' # noqa

0 comments on commit f1ecb08

Please sign in to comment.