version bump to 0.85.5

This commit is contained in:
Paul Gauthier 2025-08-07 17:54:54 -03:00
parent 7440a01015
commit 9702b1c199

View file

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