version bump to 0.86.2

This commit is contained in:
Paul Gauthier
2026-02-11 16:42:24 -08:00
parent 275c9cb926
commit 253f0368b8

View File

@@ -1,6 +1,6 @@
from packaging import version
__version__ = "0.86.2.dev"
__version__ = "0.86.2"
safe_version = __version__
try: