set version to 0.74.2.dev

This commit is contained in:
Paul Gauthier 2025-02-07 08:55:43 -08:00
parent e63b8ff35d
commit cca3b98a09

View file

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