From 34d1f6f6065372f426533399794033688e0c8e03 Mon Sep 17 00:00:00 2001 From: Alexander Kmoch Date: Mon, 10 Feb 2025 09:21:53 +0200 Subject: [PATCH] Bug fix release for numerical vs string ID handling in transforms, thank you Tik. --- docs/source/index.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index a29103f..87642d7 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -19,7 +19,7 @@ created and maintained by Kevin Sahr. DGGRID version 8.34 was released 13. Novem Contents -------- -`GitHub `__ +Find the source repository on `GitHub `__ ! .. toctree:: diff --git a/pyproject.toml b/pyproject.toml index 2983082..da96665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dggrid4py" -version = "0.3.1" +version = "0.3.2" description = "a Python library to run highlevel functions of DGGRIDv7 and v8" authors = ["Alexander Kmoch ", "Wai Tik Chan ",