set version to 0.85.5.dev

This commit is contained in:
Paul Gauthier
2025-08-07 15:33:44 -03:00
parent 0b13b27b51
commit 53c14329bf

View File

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