From 64cb5c3fc0cd24a1a93e0955e6fc6d81ac271b31 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Tue, 18 Jul 2023 08:40:33 +0000 Subject: [PATCH] Automatic release to 23.7.0 --- autohooks/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autohooks/__version__.py b/autohooks/__version__.py index fb775420..741e3c77 100644 --- a/autohooks/__version__.py +++ b/autohooks/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "23.4.1.dev1" +__version__ = "23.7.0" diff --git a/pyproject.toml b/pyproject.toml index 974ecf22..eefd97a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "autohooks" -version = "23.4.1.dev1" +version = "23.7.0" description = "Library for managing git hooks" authors = ["Greenbone AG "] license = "GPL-3.0-or-later"