From a9eb79d4ef0b536a8b91155a2d75974c3d0b6ba8 Mon Sep 17 00:00:00 2001 From: David Vujic Date: Mon, 14 Nov 2022 12:41:40 +0100 Subject: [PATCH] bump version to 1.0.2 (#31) --- 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 3b509506..2c1cda34 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.1" +version = "1.0.2" description = "A Poetry plugin that adds tooling support for the Polylith Architecture" authors = ["David Vujic"] homepage = "https://github.com/davidvujic/python-polylith"