Bump version number to 1.14.1

This commit is contained in:
ogoffart 2025-10-22 13:17:31 +00:00
parent c1c89b3257
commit db7e383e33
62 changed files with 81 additions and 81 deletions

View file

@ -3,7 +3,7 @@
[project]
name = "briefcasex-slint"
version = "1.14.0b1"
version = "1.14.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.14.0b1"
version = "1.14.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.14.0b1"
version = "1.14.1b1"
requires-python = ">= 3.12"
authors = [{ name = "Slint Team", email = "info@slint.dev" }]
classifiers = [