Skip to content

Commit

Permalink
Bump to version 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Feb 19, 2020
1 parent 7d40b2c commit 31f8155
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,5 +1,5 @@
"""Main init file for vega_admin."""
VERSION = (0, 0, 17)
VERSION = (0, 0, 18)
__version__ = ".".join(str(v) for v in VERSION)
# pylint: disable=invalid-name
default_app_config = "vega_admin.apps.VegaAdminConfig" # noqa

0 comments on commit 31f8155

Please sign in to comment.