version bump to 0.85.3

This commit is contained in:
Paul Gauthier
2025-08-07 10:42:12 -03:00
parent 70f2bbb796
commit 9d778bfdac

View File

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