diff --git a/poetry_polylith_plugin/__init__.py b/poetry_polylith_plugin/__init__.py index 855e276a..6ec43889 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.0" +__version__ = "0.1.1" __all__ = ["PolylithPlugin"] diff --git a/pyproject.toml b/pyproject.toml index ce666ee9..fa2f7fca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-polylith-plugin" -version = "0.1.0" +version = "0.1.1" description = "A Poetry plugin that aims to simplify working with Polylith monorepos" authors = ["David Vujic"] homepage = "https://github.com/davidvujic/poetry-polylith-plugin" @@ -23,4 +23,4 @@ cleo = "1.0.0a4" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"