diff options
author | 2024-08-01 20:20:22 +0200 | |
---|---|---|
committer | 2024-08-01 20:20:22 +0200 | |
commit | 5942c8cde78ca8579c6ca01100ba2c5a5afe6ced (patch) | |
tree | 0384dee8af4cd438f858fd294486c79d74cb92bb | |
parent | Allow reading pyvenv.cfg for nested poetry-in-poetry usecases (diff) |
Begin v0.1.0a6 development
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 760e1aa..79c688e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-restrict-plugin" -version = "0.1.0a5" +version = "0.1.0a6" description = "Restrict Poetry to a smaller privilege" authors = ["Johannes Christ <[email protected]>"] maintainers = ["Johannes Christ <[email protected]>"] |