From 15bb2e32f8e53d743035b423629f4b007011039d Mon Sep 17 00:00:00 2001 From: Marc Koch Date: Tue, 17 Sep 2024 14:32:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release=20version=201.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/cgn-appointments.iml | 1 + src/cgnappointments/__about__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.idea/cgn-appointments.iml b/.idea/cgn-appointments.iml index 891ace9..8605044 100644 --- a/.idea/cgn-appointments.iml +++ b/.idea/cgn-appointments.iml @@ -4,6 +4,7 @@ + diff --git a/src/cgnappointments/__about__.py b/src/cgnappointments/__about__.py index 910a3c0..b3553d6 100644 --- a/src/cgnappointments/__about__.py +++ b/src/cgnappointments/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present Marc Koch # # SPDX-License-Identifier: MIT -__version__ = "1.0.2" \ No newline at end of file +__version__ = "1.0.3" \ No newline at end of file