aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-08-01 20:20:22 +0200
committerGravatar Johannes Christ <[email protected]>2024-08-01 20:20:22 +0200
commit5942c8cde78ca8579c6ca01100ba2c5a5afe6ced (patch)
tree0384dee8af4cd438f858fd294486c79d74cb92bb
parentAllow reading pyvenv.cfg for nested poetry-in-poetry usecases (diff)
Begin v0.1.0a6 development
-rw-r--r--pyproject.toml2
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]>"]