set version to 0.86.1.dev

This commit is contained in:
Paul Gauthier
2025-08-09 12:55:11 -03:00
parent a4be6ccd87
commit 01a9b88df1

View File

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