diff --git a/pyproject.toml b/pyproject.toml index 1850838..e6b75ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dobby" -version = "0.1.16" +version = "0.1.17" description = "Dobby is a CI/CD helper to deploy templated (jinja2) tasks to Nomad" authors = ["Florian Apolloner "] license = "BSD-3-Clause" diff --git a/setup.cfg b/setup.cfg index 68069e6..4bcb49c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.16 +current_version = 0.1.17 commit = True tag = True