diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-05 21:34:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-05 21:34:20 +0000 |
commit | 366e7309baba813b2e970ff84b3300bfa86de2f2 (patch) | |
tree | e9377243ca98cc76f80feede600ade1af2bbb3dc /Master/texmf-dist/tex/latex/mercatormap/mercatorpy.def | |
parent | d9ac758dd3b86f447278e740110ba71534547fcf (diff) |
mercatormap (5may20)
git-svn-id: svn://tug.org/texlive/trunk@55034 c570f23f-e606-0410-a88d-b1316a301751
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): |