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 fe608f47b49..c148e26116f 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*}[overwrite]{maptiles.texpy} """ -The LaTeX package mercatormap - version 1.00 (2020/04/20) +The LaTeX package mercatormap - version 1.01 (2020/05/05) maptiles.texpy: Python script for map tile download ------------------------------------------------------------------------------------------- @@ -28,7 +28,7 @@ from pathlib import Path from PIL import Image -packageversion = '1.00 (2020/04/20)' +packageversion = '1.01 (2020/05/05)' def gd(x): |