Skip to content

Commit 149f4cc

Browse files
committed
Bump version: 0.4.2 -> 0.4.3
1 parent 615bd2b commit 149f4cc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyaether"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "DSL for writing HTML user interfaces in Python."
55
authors = [{ name = "Saurabh Ghanekar", email = "ghanekarsaurabh8@gmail.com" }]
66
license = "BSD-2-Clause"

src/aether/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def render(root: BaseWebElement) -> str:
66
return mark_safe("").join(root.render(stringify=True))
77

88

9-
__version__ = "0.4.2"
9+
__version__ = "0.4.3"
1010
__all__ = [
1111
"render",
1212
"BaseAttribute",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)