diff --git a/README.rst b/README.rst index e95e47d0..0c67629c 100644 --- a/README.rst +++ b/README.rst @@ -42,11 +42,11 @@ Installation ~~~~~~~~~~~~ * At a CLI prompt, and in a suitable directory, - `download the latest release `_ + `download the latest release `_ in ``tar.gz`` format and extract it, renaming the top-level directory in the archive to ``mapmaker``:: - $ curl -L https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.10.1.tar.gz \ - | tar xz -s /v1.10.1.tar.gz/mapmaker/ + $ curl -L https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.10.2.tar.gz \ + | tar xz -s /v1.10.2.tar.gz/mapmaker/ Setup the environment diff --git a/mapmaker/__init__.py b/mapmaker/__init__.py index e43575d5..cbeafb27 100644 --- a/mapmaker/__init__.py +++ b/mapmaker/__init__.py @@ -18,7 +18,7 @@ # #=============================================================================== -__version__ = '1.10.1' +__version__ = '1.10.2' #=============================================================================== diff --git a/pyproject.toml b/pyproject.toml index 94c73e58..158f8fc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mapmaker" -version = "1.10.1" +version = "1.10.2" description = "" authors = ["David Brooks "] include = ["mapmaker/output/data_mapping.json", "resources/*"]