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:
+1
-1
@@ -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"
|
||||
Reference in New Issue
Block a user