From 84483a97175ff371c85b327ce77d11e310f57380 Mon Sep 17 00:00:00 2001 From: Jiri Kyjovsky Date: Tue, 16 May 2023 23:21:18 +0200 Subject: [PATCH] release: 1.0.0 --- alpa.spec | 6 +++--- pyproject.toml | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/alpa.spec b/alpa.spec index d843a39..f2e39ed 100644 --- a/alpa.spec +++ b/alpa.spec @@ -1,10 +1,10 @@ Name: alpa -Version: 0.10.0 +Version: 1.0.0 Release: 1%{?dist} Summary: Integration tool with Alpa repository License: GPLv3 -URL: https://github.com/alpa-team/alpa +URL: https://github.com/alpa-team/%{name} Source0: %{url}/archive/refs/tags/%{version}.tar.gz BuildArch: noarch @@ -48,4 +48,4 @@ Requires: pre-commit %changelog * Sat Mar 04 2023 Jiri Kyjovsky -- Initial package 0.1.0 +- Initial package 1.0.0 diff --git a/pyproject.toml b/pyproject.toml index 5eecf7a..bc119a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyalpa" -version = "0.10.0" +version = "1.0.0" description = "Integration tool with Alpa repository" authors = ["Jiri Kyjovsky "] maintainers = ["Jiří Kyjovský "] @@ -33,7 +33,6 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" - [tool.poetry.scripts] alpa = "alpa.cli.base:entry_point"