From ca5c0660a0bca90a43d7af42bfc297b707c7a1f7 Mon Sep 17 00:00:00 2001 From: lpofredc Date: Tue, 8 Oct 2024 10:56:30 +0200 Subject: [PATCH] update metadata --- gn2pg/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gn2pg/metadata.py b/gn2pg/metadata.py index fda6037..0f700a1 100644 --- a/gn2pg/metadata.py +++ b/gn2pg/metadata.py @@ -8,7 +8,7 @@ PACKAGE = "gn2pg_client" PROJECT = "GeoNature 2 PostgreSQL Client application" PROJECT_NO_SPACES = PROJECT.replace(" ", "") -VERSION = "1.6.6" +VERSION = "1.6.9" DESCRIPTION = "Import tool from GeoNature to a PostgreSQL database through Export module API" AUTHORS = [ "@lpofredc (LPOAuRA)",