diff options
author | 2024-07-27 19:39:40 +0200 | |
---|---|---|
committer | 2024-07-27 19:39:40 +0200 | |
commit | 147288486e73fae37d43f0a92d87caa23e760f18 (patch) | |
tree | 29c60199c689a3717bd271ee4d13c0a67814916a | |
parent | Add a gitignore (diff) |
Publish as Alpha 1
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6d3e1f1..4ecc4e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-restrict-plugin" -version = "0.1.0" +version = "0.1.0a1" description = "Restrict Poetry to a smaller privilege" authors = ["Johannes Christ <[email protected]>"] readme = "README.md" |