From 26e01a2bcff668235e590fd04342282869298067 Mon Sep 17 00:00:00 2001 From: gounux Date: Sun, 21 Jul 2024 14:35:31 +0200 Subject: [PATCH] bump to v0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66e060b..656e9b7 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gischat" -version = "0.1.0" +version = "0.2.0" description = "GIS chat backend for QGIS and QField" authors = ["Guilhem Allaman "] readme = "README.md"