version bump to 0.86.0

This commit is contained in:
Paul Gauthier
2025-08-09 12:54:51 -03:00
parent 4cd71acebe
commit a4be6ccd87

View File

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