From a55f2045558149e697d55ea3a27e883e59a9d6ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Indig?= Date: Sat, 11 Sep 2021 12:51:33 +0200 Subject: [PATCH] Release v1.1.0 --- html2tei/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html2tei/version.py b/html2tei/version.py index e228c45..8ec0a85 100644 --- a/html2tei/version.py +++ b/html2tei/version.py @@ -1,4 +1,4 @@ #!/usr/bin/env python3 # -*- coding: utf-8, vim: expandtab:ts=4 -*- -__version__ = '1.0.1' +__version__ = '1.1.0'