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 a6bb9fc..fc649e2 100644
--- a/asciidoc/__metadata__.py
+++ b/asciidoc/__metadata__.py
@@ -1,5 +1,5 @@
"""Module containing metadata about asciidoc."""
-VERSION = (10, 1, 2)
+VERSION = (10, 1, 3)
__version__ = '.'.join(map(str, VERSION))