From 73ab69a80c5572ae6fda5ebda07f05e1e357881c Mon Sep 17 00:00:00 2001 From: Huite Bootsma Date: Mon, 18 Dec 2023 18:40:21 +0100 Subject: [PATCH] Version 0.6.0 --- gistim/__init__.py | 2 +- pixi.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gistim/__init__.py b/gistim/__init__.py index a33197b..23e6914 100644 --- a/gistim/__init__.py +++ b/gistim/__init__.py @@ -1,3 +1,3 @@ import gistim.compute -__version__ = "0.5.3" \ No newline at end of file +__version__ = "0.6.0" \ No newline at end of file diff --git a/pixi.toml b/pixi.toml index 935244a..e384ca7 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,6 @@ [project] name = "gistim" -version = "0.5.3" +version = "0.6.0" description = "Connects TimML and TTim Analytic Element modeling to QGIS" authors = ["Huite Bootsma"] channels = ["conda-forge"] diff --git a/pyproject.toml b/pyproject.toml index a91709a..08204b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "gistim" description = "Connects TimML and TTim Analytic Element modeling to QGIS" readme = "README.md" -version = "0.5.3" +version = "0.6.0" maintainers = [{ name = "Huite Bootsma", email = "huite.bootsma@deltares.nl" }] requires-python = ">=3.9" dependencies = [