summaryrefslogtreecommitdiff
path: root/asciidoc/__metadata__.py
diff options
context:
space:
mode:
Diffstat (limited to 'asciidoc/__metadata__.py')
-rw-r--r--asciidoc/__metadata__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoc/__metadata__.py b/asciidoc/__metadata__.py
index fc649e2..3ad90ce 100644
--- a/asciidoc/__metadata__.py
+++ b/asciidoc/__metadata__.py
@@ -1,5 +1,5 @@
"""Module containing metadata about asciidoc."""
-VERSION = (10, 1, 3)
+VERSION = (10, 1, 4)
__version__ = '.'.join(map(str, VERSION))