Skip to content

Commit

Permalink
version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Jun 1, 2018
1 parent a9714e0 commit 98d4337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5validator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Validate HTML5 files."""
# flake8: noqa

__version__ = "0.3.0"
__version__ = "0.3.1"

from .validator import Validator, JavaNotFoundException

0 comments on commit 98d4337

Please sign in to comment.