version bump to 0.85.2

This commit is contained in:
Paul Gauthier
2025-07-15 23:22:12 +00:00
parent 1a0ef64011
commit 853532c48c

View File

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