From 279f5af2ab31183a7be5142b55b3021fafc870ff Mon Sep 17 00:00:00 2001
From: Thorge Petersen <petersen@rz.uni-kiel.de>
Date: Thu, 9 Jan 2025 13:09:39 +0100
Subject: [PATCH] chore: increment project version

---
 publiccode.yml | 2 +-
 pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/publiccode.yml b/publiccode.yml
index 3ccdcbc..f03ca2d 100644
--- a/publiccode.yml
+++ b/publiccode.yml
@@ -53,7 +53,7 @@ platforms:
   - windows
 releaseDate: '2024-12-19'
 softwareType: standalone/other
-softwareVersion: 1.0.0
+softwareVersion: 1.1.0
 url: 'https://code.schleswig-holstein.de/opendata/dcat-catalog-check'
 usedBy:
   - Open-Data-Portal Schleswig-Holstein
diff --git a/pyproject.toml b/pyproject.toml
index d040ac6..e37090a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [tool.poetry]
 
 name = "dcat-catalog-check"
-version = "1.0.0"
+version = "1.1.0"
 description = "DCAT Catalog Check"
 authors = [
   "Jesper Zedlitz <jesper.zedlitz@stk.landsh.de>",
-- 
GitLab