version bump to 0.85.1

This commit is contained in:
Paul Gauthier
2025-06-30 09:51:03 -03:00
parent 59a5190267
commit 9c9c6fe0b8

View File

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