Skip to content

Commit 949a9a1

Browse files
committed
Release as version 1.16.1
1 parent 35e7adc commit 949a9a1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Installation
5353
~~~~~~~~~~~~
5454

5555
* At a CLI prompt, and in a suitable directory,
56-
`download the latest release <https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.16.0.tar.gz>`_
56+
`download the latest release <https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.16.1.tar.gz>`_
5757
in ``tar.gz`` format and extract it, renaming the top-level directory in the archive to ``mapmaker``::
5858

59-
$ curl -L https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.16.0.tar.gz \
60-
| tar xz -s /v1.16.0.tar.gz/mapmaker/
59+
$ curl -L https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.16.1.tar.gz \
60+
| tar xz -s /v1.16.1.tar.gz/mapmaker/
6161

6262

6363
Setup the environment

mapmaker/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
#
1919
#===============================================================================
2020

21-
__version__ = '1.16.0'
21+
__version__ = '1.16.1'
2222

2323
#===============================================================================

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mapmaker"
3-
version = "1.16.0"
3+
version = "1.16.1"
44
description = ""
55
authors = ["David Brooks <[email protected]>"]
66
include = ["mapmaker/output/data_mapping.json", "resources/*"]

0 commit comments

Comments
 (0)