diff options
author | 2024-07-28 13:56:04 +0200 | |
---|---|---|
committer | 2024-07-28 13:56:04 +0200 | |
commit | 5b11cb858eb6bde637307bf5448b66e9290ed9b2 (patch) | |
tree | b69c0580d1338ed83c18e8f0f87e2ed4d04c93c5 | |
parent | Move project information into section used by poetry (diff) |
Begin 0.1.0a4 development
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 836551b..3e3cc85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-restrict-plugin" -version = "0.1.0a3" +version = "0.1.0a4" description = "Restrict Poetry to a smaller privilege" authors = ["Johannes Christ <[email protected]>"] maintainers = ["Johannes Christ <[email protected]>"] |