summaryrefslogtreecommitdiff
path: root/asciidoc
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-10-16 19:57:51 -1000
committerMatthew Peveler <matt.peveler@gmail.com>2021-10-16 19:57:51 -1000
commit4667219e473a24e8e645eb9b9fb0a7ddba322f44 (patch)
tree17752d1683b0e4d721c419bfe3488bc2f48e5355 /asciidoc
parent1237864f296e85f3aafde35c74ef0a3f52e793ba (diff)
downloadasciidoc-git-4667219e473a24e8e645eb9b9fb0a7ddba322f44.tar.gz
Update metadata for 10.0.0 release10.0.0
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Diffstat (limited to 'asciidoc')
-rw-r--r--asciidoc/__metadata__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoc/__metadata__.py b/asciidoc/__metadata__.py
index 0627ce8..90acaed 100644
--- a/asciidoc/__metadata__.py
+++ b/asciidoc/__metadata__.py
@@ -1,5 +1,5 @@
"""Module containing metadata about asciidoc."""
-VERSION = (10, 0, '0a2')
+VERSION = (10, 0, 0)
__version__ = '.'.join(map(str, VERSION))