From d30415ffe7f7439ba04f78c0617c7a1fa41f9a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Sat, 7 Feb 2026 00:23:08 +0300 Subject: [PATCH] Update project version from 1.3.0 to 1.3.1. --- abogen/VERSION | 2 +- pyproject.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/abogen/VERSION b/abogen/VERSION index 589268e..6261a05 100644 --- a/abogen/VERSION +++ b/abogen/VERSION @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.3.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index dc2f88b..3722fb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,8 +96,6 @@ exclude = [ [tool.hatch.build.targets.wheel] packages = ["abogen"] -[tool.hatch.build] -include = ["abogen/webui/templates/**", "abogen/webui/static/**"] [tool.hatch.version] path = "abogen/VERSION"