version bump to 0.82.0

This commit is contained in:
Paul Gauthier 2025-04-14 16:24:19 -07:00
parent 23f182aab3
commit bb42d1e9a5

View file

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