Skip to content

Commit

Permalink
No longer work in progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
askonomm committed Jan 1, 2025
1 parent b98844e commit 35f9334
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

![Coverage](https://raw.githubusercontent.com/askonomm/dompa/refs/heads/master/coverage-badge.svg)

A _work-in-progress_ HTML5 document parser. It takes an input of an HTML string, parses it into a node tree,
and provides an API for querying and manipulating the node tree.
A zero-dependency HTML5 document parser. It takes an input of an HTML string, parses it into a node tree,
and provides an API for querying and manipulating said node tree.

## Install

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dompa"
version = "0.5.2"
version = "0.5.3"
description = "A HTML5 parser."
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit 35f9334

Please sign in to comment.