We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5aeb9 commit 6b6ff0bCopy full SHA for 6b6ff0b
pyhtml/__init__.py
@@ -1,6 +1,8 @@
1
"""
2
# PyHTML Enhanced
3
4
+v2.0.3
5
+
6
A library for building HTML documents with a simple and learnable syntax,
7
inspired by (and similar to)
8
[Cenk Altı's PyHTML library](https://github.com/cenkalti/pyhtml), but
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyhtml-enhanced"
-version = "2.0.2"
+version = "2.0.3"
description = "A library for building HTML documents with a simple and learnable syntax"
authors = ["Miguel Guthridge <miguel.guthridge@unsw.edu.au>"]
license = "MIT"
0 commit comments