summaryrefslogtreecommitdiff
path: root/creole/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'creole/__init__.py')
-rw-r--r--creole/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/creole/__init__.py b/creole/__init__.py
index e52aad9..956a138 100644
--- a/creole/__init__.py
+++ b/creole/__init__.py
@@ -10,8 +10,8 @@ from html2creole import Html2CreoleParser, Html2CreoleEmitter
# - Only use . as a separator
# - No spaces: "0.8.0 RC2" -> "0.8.0RC2"
# http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
-__version__ = (0, 2, 3, "")
-VERSION_STRING = "0.2.3"
+__version__ = (0, 2, 4, "")
+VERSION_STRING = "0.2.4"
def creole2html(markup_string, debug=False, **kwargs):