diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-30 10:09:50 +0200 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-30 10:09:50 +0200 |
commit | 51c495d9691d19b65b377d377599ce1d52def874 (patch) | |
tree | 4e822f2f024f642fad920f3fb07866d7d4e4686b | |
parent | b5f50b7d3638aa04127bcac55069ed48935f993b (diff) |
Version 0.1v0.1
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ --- Slice It Off! -- +-- Slice It Off! -- Description: diff --git a/pyproject.toml b/pyproject.toml index a3d7d9b..a2002cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sliceitoff" -version = "0.1-alpha" +version = "0.1" description = "" authors = ["Viljami Ilola <+@hix.fi>"] readme = "README.md" |