summaryrefslogtreecommitdiff
path: root/asciidoc/__metadata__.py
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2022-03-01 10:43:08 -0500
committerMatthew Peveler <matt.peveler@gmail.com>2022-03-01 10:43:08 -0500
commitc724bbf95b1840b04bb298a61a72b6a5ea94c2ef (patch)
treec11cb813ea72e3f22c3451dc71fdc6401a6cc82e /asciidoc/__metadata__.py
parent330df92253af7461f7230b7b80dd94cb1c6657f9 (diff)
downloadasciidoc-py3-c724bbf95b1840b04bb298a61a72b6a5ea94c2ef.tar.gz
Bump version to 10.1.410.1.4
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 fc649e2..3ad90ce 100644
--- a/asciidoc/__metadata__.py
+++ b/asciidoc/__metadata__.py
@@ -1,5 +1,5 @@
"""Module containing metadata about asciidoc."""
-VERSION = (10, 1, 3)
+VERSION = (10, 1, 4)
__version__ = '.'.join(map(str, VERSION))