Skip to content

Commit

Permalink
Merge pull request #52 from nikromen/first-oficial-release
Browse files Browse the repository at this point in the history
release: 1.0.0
  • Loading branch information
nikromen authored May 16, 2023
2 parents be7a7bb + 84483a9 commit ddfd2c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions alpa.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -48,4 +48,4 @@ Requires: pre-commit

%changelog
* Sat Mar 04 2023 Jiri Kyjovsky <[email protected]>
- Initial package 0.1.0
- Initial package 1.0.0
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
maintainers = ["Jiří Kyjovský <[email protected]>"]
Expand Down Expand Up @@ -33,7 +33,6 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"



[tool.poetry.scripts]
alpa = "alpa.cli.base:entry_point"

Expand Down

0 comments on commit ddfd2c8

Please sign in to comment.