diff --git a/pyproject.toml b/pyproject.toml index 483337e..643384c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dobby" -version = "0.1.9" +version = "0.1.10" 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 4b700d8..5739590 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.9 +current_version = 0.1.10 commit = True tag = True