From 81584d9491e8e69bada6ec0f2e14ca9c775e97d8 Mon Sep 17 00:00:00 2001 From: James Pic Date: Fri, 2 Dec 2016 01:19:40 +0100 Subject: [PATCH] Bump version to something readable + semver --- html5lib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html5lib/__init__.py b/html5lib/__init__.py index f3cd9455..3e031966 100644 --- a/html5lib/__init__.py +++ b/html5lib/__init__.py @@ -22,4 +22,4 @@ "getTreeWalker", "serialize"] # this has to be at the top level, see how setup.py parses this -__version__ = "0.9999999999-dev" +__version__ = "0.1.0-dev"