version bump to 0.83.1

This commit is contained in:
Paul Gauthier 2025-05-10 12:36:45 -07:00
parent 62c7e15a36
commit 543e5570ae

View file

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