Skip to content

Commit

Permalink
Merge pull request #9 from moshthepitt/version-0.0.3
Browse files Browse the repository at this point in the history
Increment to version 0.0.3
  • Loading branch information
moshthepitt authored Dec 20, 2018
2 parents 975c7be + ebd617e commit 54d0efb
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, 2)
VERSION = (0, 0, 3)
__version__ = '.'.join(str(v) for v in VERSION)
# pylint: disable=invalid-name
default_app_config = 'vega_admin.apps.VegaAdminConfig' # noqa

0 comments on commit 54d0efb

Please sign in to comment.