1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Sat, 3 Jan 2026 15:43:12 +0200
Subject: pyproject.toml: Correct the version number
Upstream did forget to include the correct version number in that
release.
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 2bfe02e..d46846f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "cross-web"
-version = "0.4.0"
+version = "0.4.1"
description = "A library for working with web frameworks"
readme = "README.md"
license = "MIT"
|