summaryrefslogtreecommitdiff
path: root/asciidoc/__metadata__.py
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-12-20 14:52:47 -0500
committerMatthew Peveler <matt.peveler@gmail.com>2021-12-20 14:52:47 -0500
commit9bb083349e66a6b7195675b04e9adb2d6e21093f (patch)
tree546c5811f9a634d4138411fbd8384cc2318a9d42 /asciidoc/__metadata__.py
parentec53f095bdac9cb55643579eb47f801e73d185e1 (diff)
downloadasciidoc-py3-9bb083349e66a6b7195675b04e9adb2d6e21093f.tar.gz
Bump version to 10.1.110.1.1
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 a9b3a7b..10d835d 100644
--- a/asciidoc/__metadata__.py
+++ b/asciidoc/__metadata__.py
@@ -1,5 +1,5 @@
"""Module containing metadata about asciidoc."""
-VERSION = (10, 1, 0)
+VERSION = (10, 1, 1)
__version__ = '.'.join(map(str, VERSION))