diff --git a/dbtemplates/__init__.py b/dbtemplates/__init__.py index 5805fa3..d1fc581 100644 --- a/dbtemplates/__init__.py +++ b/dbtemplates/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 5, 9) +VERSION = (0, 6, 0) __version__ = '.'.join(map(str, VERSION)) \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 3c2fdf5..98cef66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,10 @@ [egg_info] -tag_build = dev +#tag_build = dev + +[build_sphinx] +source-dir = docs/ +build-dir = docs/_build +all_files = 1 + +[upload_docs] +upload-dir = docs/_build/html