diff --git a/Makefile b/Makefile
index cb67297..a0ee302 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
package:
python setup.py sdist bdist_wheel
-VERSION = 0.1
+VERSION = 0.1.1
upload:
python -m twine upload dist/pix2text-$(VERSION)* --verbose
diff --git a/pix2text/__version__.py b/pix2text/__version__.py
index 0de1090..8961538 100644
--- a/pix2text/__version__.py
+++ b/pix2text/__version__.py
@@ -1,4 +1,4 @@
# coding: utf-8
# Copyright (C) 2022, [Breezedeus](https://github.com/breezedeus).
-__version__ = '0.1'
+__version__ = '0.1.1'
diff --git a/pix2text/render.py b/pix2text/render.py
index a4c55c1..cd8ed01 100644
--- a/pix2text/render.py
+++ b/pix2text/render.py
@@ -121,7 +121,7 @@ def render_html(newest_fp, image_type, text, out_html_fp):
"""
html_str += fr'' + '\n '
html_str += """
-
+