From 0aa2f6aef7feee41d887a8bd2592b964b5a9ccab Mon Sep 17 00:00:00 2001 From: Bernhard Scheirle Date: Mon, 4 Mar 2024 22:36:14 +0100 Subject: [PATCH] bump to 1.0.2 --- git_gerrit/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_gerrit/__about__.py b/git_gerrit/__about__.py index 2edffd3..1d1d199 100644 --- a/git_gerrit/__about__.py +++ b/git_gerrit/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present Bernhard Scheirle # SPDX-License-Identifier: GPL-3.0-or-later -__version__ = "1.0.1" +__version__ = "1.0.2"