From 04f2b028b7a5886ee74fae27ae071d0a6f1b2bf6 Mon Sep 17 00:00:00 2001 From: Jiri Kyjovsky Date: Thu, 11 May 2023 22:48:06 +0200 Subject: [PATCH] release: 0.9.0 --- alpa.spec | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/alpa.spec b/alpa.spec index 1e47772..d18b915 100644 --- a/alpa.spec +++ b/alpa.spec @@ -1,5 +1,5 @@ Name: alpa -Version: 0.8.0 +Version: 0.9.0 Release: 1%{?dist} Summary: Integration tool with Alpa repository @@ -16,6 +16,7 @@ BuildRequires: python3-pygithub BuildRequires: python3-specfile Requires: mock +Requires: pre-commit %description diff --git a/pyproject.toml b/pyproject.toml index 3689911..38b5bc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyalpa" -version = "0.8.0" +version = "0.9.0" description = "Integration tool with Alpa repository" authors = ["Jiri Kyjovsky "] maintainers = ["Jiří Kyjovský "]