2
0
Fork 0

Dumped version to 0.2 (bug corrections, added inline mode)

This commit is contained in:
Thomas Touhey 2018-07-29 20:36:59 +02:00
parent 64c49b0ace
commit 1f80dd6772
No known key found for this signature in database
GPG Key ID: 2ECEB0517AD947FB
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ __all__ = ["version", "tohtml", "tolightscript",
"Options", "BlockTag", "ParagraphTag", "InlineTag",
"ListTag", "ListElementTag", "Smiley"]
version = "0.1.1"
version = "0.2"
# ---
# Public functions.