diff options
| author | ache <ache@ache.one> | 2025-12-24 18:06:19 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2025-12-24 18:06:19 +0100 |
| commit | abb0143e2ff2ff5175c2926f62c5f8f1ad520a6d (patch) | |
| tree | 14e89b84e2ad2bc516aa3165900a341224f871ef | |
| parent | feat: Add error handling for failed paste retrieval in edit_paste function (diff) | |
docs: bump version to 1.0.1 in pyproject.toml
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2b51fd9..9c1dbbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lolbin" -version = "1.0.0" +version = "1.0.1" authors = [ { name="ache", email="ache@ache.one" }, ] |