@@ -12,7 +12,7 @@ requires = [ "uv-build>=0.8" ]
1212[project ]
1313# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
1414name = " repomatic"
15- version = " 7.7.1 .dev0"
15+ version = " 7.8.0 .dev0"
1616description = " 🏭 Automate repository maintenance, releases, and CI/CD workflows"
1717readme = " readme.md"
1818keywords = [
@@ -145,7 +145,7 @@ dependencies = [
145145]
146146urls.Changelog = " https://github.com/kdeldycke/repomatic/blob/main/changelog.md"
147147urls.Documentation = " https://kdeldycke.github.io/repomatic"
148- urls.Download = " https://github.com/kdeldycke/repomatic/releases/tag/v7.7.1 .dev0"
148+ urls.Download = " https://github.com/kdeldycke/repomatic/releases/tag/v7.8.0 .dev0"
149149urls.Funding = " https://github.com/sponsors/kdeldycke"
150150urls.Homepage = " https://github.com/kdeldycke/repomatic"
151151urls.Issues = " https://github.com/kdeldycke/repomatic/issues"
@@ -250,7 +250,7 @@ copyright = "Kevin Deldycke <kevin@deldycke.com> and contributors. Distributed u
250250file-description = " 🏭 Automate repository maintenance, releases, and CI/CD workflows"
251251# Numeric only: Nuitka rejects PEP 440 .devN suffixes. Kept in sync with the
252252# package version by the dedicated [tool.bumpversion] rule that strips the suffix.
253- file-version = " 7.7.1 "
253+ file-version = " 7.8.0 "
254254include-data-dir = [
255255 " repomatic/data/awesome_template=repomatic/data/awesome_template" ,
256256 " repomatic/data/skills=repomatic/data/skills" ,
@@ -269,7 +269,7 @@ include-package-data = [ "click_extra" ]
269269linux-icon = " docs/assets/icon.png"
270270macos-app-icon = " docs/assets/icon.icns"
271271product-name = " Repomatic"
272- product-version = " 7.7.1 "
272+ product-version = " 7.8.0 "
273273windows-icon-from-ico = " docs/assets/icon.ico"
274274
275275[tool .ruff ]
@@ -398,7 +398,7 @@ run.source = [ "repomatic" ]
398398report.precision = 2
399399
400400[tool .bumpversion ]
401- current_version = " 7.7.1 .dev0"
401+ current_version = " 7.8.0 .dev0"
402402# Parse versions with an optional .devN suffix (PEP 440).
403403parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(\\ .dev(?P<dev>\\ d+))?"
404404serialize = [
0 commit comments