diff --git a/docs/source/conf.py b/docs/source/conf.py index 21f5ba0d..dc90d189 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -105,7 +105,7 @@ # The short X.Y version. version = '0.17' # The full version, including alpha/beta/rc tags. -release = '0.17.0' +release = '0.17.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 6ea99203..b6ea1556 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = grill -version = 0.17.0 +version = 0.17.1 description = Pipeline tools for (but not limited to) audiovisual projects. long_description = file: README.md long_description_content_type = text/markdown