From ff630f2642d47aa6a2ab62cab44b7cf35c89e15b Mon Sep 17 00:00:00 2001 From: Bonajo Date: Fri, 5 Sep 2025 09:17:42 +0200 Subject: [PATCH 1/2] fix: py.typed location --- py.typed => codestripper/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename py.typed => codestripper/py.typed (100%) diff --git a/py.typed b/codestripper/py.typed similarity index 100% rename from py.typed rename to codestripper/py.typed From 8d57e61218ed3d790a4ab6c59c1484c8f3586cdd Mon Sep 17 00:00:00 2001 From: Bonajo Date: Fri, 5 Sep 2025 09:21:39 +0200 Subject: [PATCH 2/2] build: bump minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6dec7c..842aa52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codestripper" -version = "1.1.0" +version = "1.1.1" description = "CodeStripper used to strip code from assignments" authors = ["Bonajo "] maintainers = ["Bonajo "]