MNT: Version 1.4.4rc0

This commit is contained in:
snowman2 2025-12-05 16:03:14 -06:00
parent ea2920ff36
commit 37831ad9a8

View File

@ -82,7 +82,7 @@ except ImportError:
have_vsi_plugin = False
__all__ = ['band', 'open', 'pad', 'Band', 'Env', 'CRS']
__version__ = "1.4.4.dev0"
__version__ = "1.4.4rc0"
__gdal_version__ = gdal_version()
__proj_version__ = ".".join([str(version) for version in get_proj_version()])
__geos_version__ = ".".join([str(version) for version in get_geos_version()])