summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-01-28 03:36:47 +0000
committerMatthew Peveler <matt.peveler@gmail.com>2021-01-28 03:36:47 +0000
commit9f7bfda8239d15d89ef5ddfc72fd269a721c08b1 (patch)
treed555eb9b9e4708bd2eb329c1eb595bd15d69b8d2
parent6acc830d1ec0bbe5ca11a7978cb8c20aa4c2e4ec (diff)
downloadasciidoc-py3-9f7bfda8239d15d89ef5ddfc72fd269a721c08b1.tar.gz
update version to 10.0.0a1
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--asciidoc/__metadata__.py2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/asciidoc/__metadata__.py b/asciidoc/__metadata__.py
index 27fef80..da23773 100644
--- a/asciidoc/__metadata__.py
+++ b/asciidoc/__metadata__.py
@@ -1,5 +1,5 @@
"""Module containing metadata about asciidoc."""
-VERSION = (9, 0, 0)
+VERSION = (10, 0, '0a1')
__version__ = '.'.join(map(str, VERSION))
diff --git a/configure.ac b/configure.ac
index 5fb953d..d29efbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(asciidoc, 9.0.5)
+AC_INIT(asciidoc, 10.0.0a1)
AC_SUBST([PACKAGE_DATE], ['24 January 2021'])