← Watch feed
jadepy: update jadepy version number
What changed, and why it matters
This commit only bumps a version string in a Python package from 1.0.39 to 1.0.40. There are no code behavior changes, no bug fixes, and no security-related content in the diff or commit message.
Recommended action
No security action needed; treat as routine metadata maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The single-line change updates version in jadepy/init.py. No functional code, interfaces, dependencies, or security controls are modified. The commit message explicitly states it is a version-number update.
Changed components
jadepy/__init__.pyInspect captured patch +1 / −1
diff --git a/jadepy/__init__.py b/jadepy/__init__.py
index 2683273..0cc681f 100644
--- a/jadepy/__init__.py
+++ b/jadepy/__init__.py
@@ -1,4 +1,4 @@
from .jade import JadeAPI
from .jade_error import JadeError
-__version__ = "1.0.39"
+__version__ = "1.0.40"
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.