diff --git a/README.rst b/README.rst index 378c918..1478ddd 100644 --- a/README.rst +++ b/README.rst @@ -270,8 +270,8 @@ Changelog Install a particular version, for example ``0.1.14``, with ``pip install html5validator==0.1.14``. -* `main `_ -* `0.4.1 `_ (2022-05-29) +* `main `_ +* `0.4.2 `_ (2022-05-29) * test with Python 3.10 * vnu.jar updated to 20.6.30 * compatibility restored with certain versions of Python (`os.errno` issue) diff --git a/html5validator/__init__.py b/html5validator/__init__.py index 83fe942..9d54577 100644 --- a/html5validator/__init__.py +++ b/html5validator/__init__.py @@ -1,6 +1,6 @@ """Validate HTML5 files.""" # flake8: noqa -__version__ = "0.4.1" +__version__ = "0.4.2" from .validator import Validator, JavaNotFoundException