set version to 0.85.4.dev

This commit is contained in:
Paul Gauthier
2025-08-07 10:42:13 -03:00
parent 9d778bfdac
commit c23ebfe688

View File

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