diff --git a/dbtemplates/__init__.py b/dbtemplates/__init__.py index 5034bee..0f6ce72 100644 --- a/dbtemplates/__init__.py +++ b/dbtemplates/__init__.py @@ -1,2 +1 @@ -VERSION = (0, 6, 2) -__version__ = '.'.join(map(str, VERSION)) \ No newline at end of file +__version__ = "0.6.3a1"