set version to 0.82.3.dev

This commit is contained in:
Paul Gauthier 2025-04-20 08:26:25 -07:00
parent 20a7e3552c
commit c2d8d5dc82

View file

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