Skip to content

Commit

Permalink
Merge pull request #29 from moshthepitt/version-0.0.4
Browse files Browse the repository at this point in the history
Increment to version 0.0.4
  • Loading branch information
moshthepitt authored Dec 24, 2018
2 parents 3ee1f0c + 340c515 commit dca40de
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, 3)
VERSION = (0, 0, 4)
__version__ = '.'.join(str(v) for v in VERSION)
# pylint: disable=invalid-name
default_app_config = 'vega_admin.apps.VegaAdminConfig' # noqa

0 comments on commit dca40de

Please sign in to comment.