Skip to content

Commit

Permalink
bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVujic committed Oct 30, 2022
1 parent d2e8ef3 commit 4c57158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry_multiproject_plugin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from poetry_multiproject_plugin.plugin import MultiProjectPlugin

__version__ = "1.0.1"
__version__ = "1.0.2"

__all__ = ["MultiProjectPlugin"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-multiproject-plugin"
version = "1.0.1"
version = "1.0.2"
description = "A Poetry plugin that makes it possible to use relative package includes. Well suited for monorepos containing projects and shared code."
authors = ["David Vujic"]
homepage = "https://github.com/davidvujic/poetry-multiproject-plugin"
Expand Down

0 comments on commit 4c57158

Please sign in to comment.