From 9d52277ec0cf4f11d3559c6b8d06137b82970867 Mon Sep 17 00:00:00 2001 From: davidvujic Date: Tue, 8 Feb 2022 20:03:29 +0100 Subject: [PATCH] fix: bump version to 0.1.2 --- poetry_polylith_plugin/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry_polylith_plugin/__init__.py b/poetry_polylith_plugin/__init__.py index 6ec43889..7040eaee 100644 --- a/poetry_polylith_plugin/__init__.py +++ b/poetry_polylith_plugin/__init__.py @@ -1,5 +1,5 @@ from poetry_polylith_plugin.plugin import PolylithPlugin -__version__ = "0.1.1" +__version__ = "0.1.2" __all__ = ["PolylithPlugin"] diff --git a/pyproject.toml b/pyproject.toml index fa2f7fca..ba49eba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-polylith-plugin" -version = "0.1.1" +version = "0.1.2" description = "A Poetry plugin that aims to simplify working with Polylith monorepos" authors = ["David Vujic"] homepage = "https://github.com/davidvujic/poetry-polylith-plugin"