Skip to content

Commit

Permalink
Release as version 1.10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrnz committed May 22, 2024
1 parent d0acef4 commit 48b76de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Installation
~~~~~~~~~~~~

* At a CLI prompt, and in a suitable directory,
`download the latest release <https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.10.1.tar.gz>`_
`download the latest release <https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.10.2.tar.gz>`_
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
Expand Down
2 changes: 1 addition & 1 deletion mapmaker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
#===============================================================================

__version__ = '1.10.1'
__version__ = '1.10.2'

#===============================================================================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mapmaker"
version = "1.10.1"
version = "1.10.2"
description = ""
authors = ["David Brooks <d.brooks@auckland.ac.nz>"]
include = ["mapmaker/output/data_mapping.json", "resources/*"]
Expand Down

0 comments on commit 48b76de

Please sign in to comment.