Bug fix: jeb_utils.utils.is_number could return True even if the base is 0 which is mathematically incorrect.

This commit is contained in:
2026-04-02 12:48:18 +02:00
parent 32ed782fef
commit 867e9a9c0c
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "jeb-utils"
version = "0.2.1"
version = "0.2.2"
description = "Common utils for JEB client and server."
dependencies = ["cryptography"]
license = "Apache-2.0"