version bump to 0.84.0

This commit is contained in:
Paul Gauthier 2025-05-30 16:27:24 -07:00
parent e331a967a6
commit 196721d27d

View file

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