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"