From 1fd511460a6a4e1e1d04b3d047553388a4cdfe98 Mon Sep 17 00:00:00 2001 From: Jiri Kyjovsky Date: Wed, 12 Apr 2023 23:04:09 +0200 Subject: [PATCH] release: 0.8.0 --- alpa.spec | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alpa.spec b/alpa.spec index fbad965..1e47772 100644 --- a/alpa.spec +++ b/alpa.spec @@ -1,5 +1,5 @@ Name: alpa -Version: 0.7.3 +Version: 0.8.0 Release: 1%{?dist} Summary: Integration tool with Alpa repository diff --git a/pyproject.toml b/pyproject.toml index 4efa136..3689911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyalpa" -version = "0.7.3" +version = "0.8.0" description = "Integration tool with Alpa repository" authors = ["Jiri Kyjovsky "] maintainers = ["Jiří Kyjovský "]