version bump to 0.82.3

This commit is contained in:
Paul Gauthier 2025-05-05 20:23:43 -07:00
parent 2d9ea25273
commit c23e609902

View file

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