Skip to content

Commit 29e298d

Browse files
committed
Release 0.1.0a4
1 parent 3ce0b0c commit 29e298d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bootstack"
7-
version = "0.1.0a3"
7+
version = "0.1.0a4"
88
description = "A full UI framework for Python desktop apps built on tkinter — rich widgets, theming, and application structure out of the box."
99
readme = "README.md"
1010
requires-python = ">=3.12"
@@ -82,7 +82,7 @@ where = ["src"]
8282
]
8383

8484
[tool.bumpversion]
85-
current_version = "0.1.0a3"
85+
current_version = "0.1.0a4"
8686
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<pre>a|b|rc)(?P<pre_n>\\d+))?"
8787
serialize = [
8888
"{major}.{minor}.{patch}{pre}{pre_n}",

0 commit comments

Comments
 (0)