From ecf1213d7a97f84ed76022628cead6c8c8214524 Mon Sep 17 00:00:00 2001 From: byteface Date: Wed, 9 Feb 2022 20:23:11 +0000 Subject: [PATCH] bump --- htmlx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlx/__init__.py b/htmlx/__init__.py index 09aa76e..82d7318 100755 --- a/htmlx/__init__.py +++ b/htmlx/__init__.py @@ -3,7 +3,7 @@ ==================================== """ -__version__ = "0.0.1" +__version__ = "0.0.2" __license__ = "MIT" __author__ = "@byteface"