version bump to 0.86.1

This commit is contained in:
Paul Gauthier
2025-08-13 08:46:00 -07:00
parent 07e25599e9
commit b8b521f143

View File

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