set version to 0.85.6.dev

This commit is contained in:
Paul Gauthier
2025-08-07 17:54:56 -03:00
parent 9702b1c199
commit 3b919646a5

View File

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