From cf54514cd9635ab85cd806d0fadb4fc98db5a614 Mon Sep 17 00:00:00 2001 From: davidvujic Date: Sat, 19 Nov 2022 09:16:18 +0100 Subject: [PATCH] bump to version 1.0.7 --- projects/poetry_polylith_plugin/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/poetry_polylith_plugin/pyproject.toml b/projects/poetry_polylith_plugin/pyproject.toml index 1807ffb2..58651fee 100644 --- a/projects/poetry_polylith_plugin/pyproject.toml +++ b/projects/poetry_polylith_plugin/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-polylith-plugin" -version = "1.0.6" +version = "1.0.7" description = "A Poetry plugin that adds tooling support for the Polylith Architecture" authors = ["David Vujic"] homepage = "https://github.com/davidvujic/python-polylith"