diff --git a/dbtemplates/__init__.py b/dbtemplates/__init__.py index c4b6bd4..49e0fc1 100644 --- a/dbtemplates/__init__.py +++ b/dbtemplates/__init__.py @@ -1 +1 @@ -__version__ = "0.7.0a1" +__version__ = "0.7.0" diff --git a/setup.cfg b/setup.cfg index 49fc682..da41e68 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [egg_info] -tag_build = dev +tag_build = a1 [build_sphinx] source-dir = docs/