Skip to content

Commit

Permalink
gdal2tiles: change __version__ to be gdal.__version__
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 24, 2024
1 parent d4bb981 commit 14d26c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swig/python/gdal-utils/osgeo_utils/gdal2tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# 'antialias' resampling is not available
numpy_available = False

__version__ = "$Id$"
__version__ = gdal.__version__

resampling_list = (
"average",
Expand Down

0 comments on commit 14d26c6

Please sign in to comment.