Skip to content

Commit

Permalink
Release as version 1.10.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrnz committed May 28, 2024
1 parent 382aecd commit 6b32375
Show file tree
Hide file tree
Showing 3 changed files with 14 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.5.tar.gz>`_
`download the latest release <https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.10.6.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.5.tar.gz \
| tar xz -s /v1.10.5.tar.gz/mapmaker/
$ curl -L https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.10.6.tar.gz \
| tar xz -s /v1.10.6.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.5'
__version__ = '1.10.6'

#===============================================================================
11 changes: 10 additions & 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.5"
version = "1.10.6"
description = ""
authors = ["David Brooks <d.brooks@auckland.ac.nz>"]
include = ["mapmaker/output/data_mapping.json", "resources/*"]
Expand Down Expand Up @@ -31,6 +31,7 @@ cssselect2 = "^0.6.0"
webcolors = "^1.12"
xmltodict = "^0.12.0"
flatmapknowledge = {url="https://github.com/AnatomicMaps/flatmap-knowledge/releases/download/v1.8.1/flatmapknowledge-1.8.1-py3-none-any.whl"}
#flatmapknowledge = { path = "../flatmap-knowledge", develop = true }
Pyomo = "^6.2"
svgwrite = "^1.4.3"
XlsxWriter = "^3.0.3"
Expand Down Expand Up @@ -58,6 +59,14 @@ optional = true
torch = "^2.1.1"
sentence-transformers = "^2.2.2"

[tool.poetry.group.dev.dependencies]
attribution = "^1.7.1"

[tool.attribution]
name = "mapmaker"
package = "mapmaker"
version_file = true

[tool.poetry.scripts]
mapmaker = 'mapmaker.__main__:main'

Expand Down

0 comments on commit 6b32375

Please sign in to comment.