From d39a356194b5254d8740a108b056d96b263bfa2f Mon Sep 17 00:00:00 2001 From: "Thomas \"Cakeisalie5\" Touhey" Date: Thu, 1 Nov 2018 23:45:36 +0100 Subject: [PATCH] Bumped version to 0.2.1 --- textoutpc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textoutpc/__init__.py b/textoutpc/__init__.py index 1f03d42..cad3536 100755 --- a/textoutpc/__init__.py +++ b/textoutpc/__init__.py @@ -19,7 +19,7 @@ __all__ = ["version", "tohtml", "tolightscript", "Options", "BlockTag", "ParagraphTag", "InlineTag", "Smiley", "Image", "Video"] -version = "0.2" +version = "0.2.1" # --- # Public functions.