We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e3306 commit 1af794eCopy full SHA for 1af794e
1 file changed
pyproject.toml
@@ -1,11 +1,11 @@
1
-[build-system]
+[build-system]
2
requires = ["setuptools>=68", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "authforge-sdk"
7
-version = "1.0.1"
8
-description = "Official Python SDK for AuthForge — credit-based license key authentication with Ed25519-verified responses."
+version = "1.0.2"
+description = "Official Python SDK for AuthForge — credit-based license key authentication with Ed25519-verified responses."
9
readme = "README.md"
10
requires-python = ">=3.9"
11
license = { text = "MIT" }
0 commit comments