summaryrefslogtreecommitdiff
path: root/asciidoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'asciidoc.py')
-rwxr-xr-xasciidoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoc.py b/asciidoc.py
index 1c11fd9..b91c29d 100755
--- a/asciidoc.py
+++ b/asciidoc.py
@@ -33,7 +33,7 @@ from ast import literal_eval
from collections import OrderedDict
# Used by asciidocapi.py #
-VERSION = '9.0.0' # See CHANGELOG file for version history.
+VERSION = '9.0.1' # See CHANGELOG file for version history.
MIN_PYTHON_VERSION = '3.5' # Require this version of Python or better.