1 parent 3ce0b0c commit 29e298dCopy full SHA for 29e298d
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "bootstack"
7
-version = "0.1.0a3"
+version = "0.1.0a4"
8
description = "A full UI framework for Python desktop apps built on tkinter — rich widgets, theming, and application structure out of the box."
9
readme = "README.md"
10
requires-python = ">=3.12"
@@ -82,7 +82,7 @@ where = ["src"]
82
]
83
84
[tool.bumpversion]
85
-current_version = "0.1.0a3"
+current_version = "0.1.0a4"
86
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<pre>a|b|rc)(?P<pre_n>\\d+))?"
87
serialize = [
88
"{major}.{minor}.{patch}{pre}{pre_n}",
0 commit comments