From 1f3cd41cd687ac6ade4a9a4eef989af6f61fdae6 Mon Sep 17 00:00:00 2001 From: Jiri Kyjovsky Date: Wed, 12 Apr 2023 19:43:19 +0200 Subject: [PATCH] release: 0.7.1 --- alpa.spec | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alpa.spec b/alpa.spec index a1d33dd..10b7791 100644 --- a/alpa.spec +++ b/alpa.spec @@ -1,5 +1,5 @@ Name: alpa -Version: 0.7.0 +Version: 0.7.1 Release: 1%{?dist} Summary: Integration tool with Alpa repository diff --git a/pyproject.toml b/pyproject.toml index 346b1a2..02eed1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyalpa" -version = "0.7.0" +version = "0.7.1" description = "Integration tool with Alpa repository" authors = ["Jiri Kyjovsky "] maintainers = ["Jiří Kyjovský "]