Bump version 0.12.2 -> 0.13.0

This commit is contained in:
Karolina Surma
2025-07-31 10:17:42 +02:00
parent f1cc06e490
commit 26bddd8ce3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog # Changelog
# [Unreleased] # [0.13.0] - 2025-07-31
### Added ### Added
- Support for generating spec files from a local path - Support for generating spec files from a local path
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "pyp2spec" name = "pyp2spec"
version = "0.12.2" version = "0.13.0"
description = "Generate a valid Fedora specfile from Python package from PyPI" description = "Generate a valid Fedora specfile from Python package from PyPI"
readme = { file = "README.md", content-type = "text/markdown" } readme = { file = "README.md", content-type = "text/markdown" }
authors = [ authors = [