Skip to content

Commit 6b6ff0b

Browse files
Bump version to 2.0.3
1 parent dc5aeb9 commit 6b6ff0b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyhtml/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"""
22
# PyHTML Enhanced
33
4+
v2.0.3
5+
46
A library for building HTML documents with a simple and learnable syntax,
57
inspired by (and similar to)
68
[Cenk Altı's PyHTML library](https://github.com/cenkalti/pyhtml), but

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyhtml-enhanced"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "A library for building HTML documents with a simple and learnable syntax"
55
authors = ["Miguel Guthridge <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)