set version to 0.83.1.dev

This commit is contained in:
Paul Gauthier 2025-05-09 15:41:07 -07:00
parent 23cb604e6e
commit f928ffc3fc

View file

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