aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-11-01 23:45:36 +0100
committerThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-11-01 23:45:36 +0100
commitd39a356194b5254d8740a108b056d96b263bfa2f (patch)
tree5d3db1d45126325381c3c071b56798b56c5df9b6
parent2ba11bc6f60e9b8d06dd1c47f558defab4851080 (diff)
Bumped version to 0.2.1
-rwxr-xr-xtextoutpc/__init__.py2
1 files changed, 1 insertions, 1 deletions
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.