summaryrefslogtreecommitdiff
path: root/asciidoc/__metadata__.py
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2022-02-17 20:52:16 -0500
committerMatthew Peveler <matt.peveler@gmail.com>2022-02-17 20:52:22 -0500
commit546d458f3f64a2f1c4eba95a98383f59d20c0966 (patch)
tree15a932659638941e185f0c54ebc3bbc3032d69ed /asciidoc/__metadata__.py
parentf1f1de4536f55fa1979ec94af95089567be86a65 (diff)
downloadasciidoc-git-546d458f3f64a2f1c4eba95a98383f59d20c0966.tar.gz
Bump version to 10.1.210.1.2
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
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 10d835d..a6bb9fc 100644
--- a/asciidoc/__metadata__.py
+++ b/asciidoc/__metadata__.py
@@ -1,5 +1,5 @@
"""Module containing metadata about asciidoc."""
-VERSION = (10, 1, 1)
+VERSION = (10, 1, 2)
__version__ = '.'.join(map(str, VERSION))