We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b0890 commit 30ce6a4Copy full SHA for 30ce6a4
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tkhtmlview"
3
-version = "0.3.0"
+version = "0.3.1"
4
description = "Display HTML with Tkinter"
5
authors = ["Palash Bauri <[email protected]>"]
6
license = "MIT"
tkhtmlview/__init__.py
@@ -6,7 +6,7 @@
from tkhtmlview import html_parser
7
from tkhtmlview.utils import RenderHTML
8
9
-VERSION = "0.3.0"
+VERSION = "0.3.1"
10
11
12
class _ScrolledText(tk.Text):
version.py
@@ -1 +1 @@
0 commit comments