Bump version number to 1.13.1

This commit is contained in:
ogoffart 2025-09-08 09:43:17 +00:00
parent 9501590a03
commit 09e397f3ba
59 changed files with 78 additions and 78 deletions

View file

@ -3,7 +3,7 @@
[project]
name = "briefcasex-slint"
version = "1.13.0b1"
version = "1.13.1b1"
description = "Plugin for Briefcase to offer Slint application templates"
readme = "README.md"
requires-python = ">=3.10"

View file

@ -3,7 +3,7 @@
[project]
name = "slint-compiler"
version = "1.13.0b1"
version = "1.13.1b1"
description = "Python wrapper around the Slint compiler for Python"
authors = [{ name = "Slint Team", email = "info@slint.dev" }]
readme = "README.md"

View file

@ -7,7 +7,7 @@ build-backend = "maturin"
[project]
name = "slint"
version = "1.13.0b1"
version = "1.13.1b1"
requires-python = ">= 3.12"
authors = [{ name = "Slint Team", email = "info@slint.dev" }]
classifiers = [