Skip to content

Commit

Permalink
Release as version 1.10.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrnz committed May 23, 2024
1 parent 2ac9db4 commit ef5574a
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 @@ -53,11 +53,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.3.tar.gz>`_
`download the latest release <https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.10.4.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.3.tar.gz \
| tar xz -s /v1.10.3.tar.gz/mapmaker/
$ curl -L https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.10.4.tar.gz \
| tar xz -s /v1.10.4.tar.gz/mapmaker/


Setup the environment
Expand Down
2 changes: 1 addition & 1 deletion mapmaker/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#
#===============================================================================

__version__ = '1.10.3'
__version__ = '1.10.4'

#===============================================================================
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.3"
version = "1.10.4"
description = ""
authors = ["David Brooks <d.brooks@auckland.ac.nz>"]
include = ["mapmaker/output/data_mapping.json", "resources/*"]
Expand Down

0 comments on commit ef5574a

Please sign in to comment.