diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mercatormap/mercatorpy.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/mercatormap/mercatorpy.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/mercatormap/mercatorpy.def b/Master/texmf-dist/tex/latex/mercatormap/mercatorpy.def index 047dd2267c5..0df48609bf9 100644 --- a/Master/texmf-dist/tex/latex/mercatormap/mercatorpy.def +++ b/Master/texmf-dist/tex/latex/mercatormap/mercatorpy.def @@ -1,6 +1,6 @@ \begin{filecontents}[force,noheader,nowarn]{maptiles.texpy} """ -The LaTeX package mercatormap - version 1.1.0 (2024/08/01) +The LaTeX package mercatormap - version 1.2.0 (2024/08/05) maptiles.texpy: Python script for map tile download ------------------------------------------------------------------------------------------- @@ -28,7 +28,7 @@ from pathlib import Path from PIL import Image -packageversion = '1.1.0 (2024/08/01)' +packageversion = '1.2.0 (2024/08/05)' def gd(x): |