summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asciidoc/__metadata__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoc/__metadata__.py b/asciidoc/__metadata__.py
index da23773..0627ce8 100644
--- a/asciidoc/__metadata__.py
+++ b/asciidoc/__metadata__.py
@@ -1,5 +1,5 @@
"""Module containing metadata about asciidoc."""
-VERSION = (10, 0, '0a1')
+VERSION = (10, 0, '0a2')
__version__ = '.'.join(map(str, VERSION))