Skip to content

Commit 30ce6a4

Browse files
committed
version bump to v0.3.1
1 parent 06b0890 commit 30ce6a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tkhtmlview"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Display HTML with Tkinter"
55
authors = ["Palash Bauri <[email protected]>"]
66
license = "MIT"

tkhtmlview/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from tkhtmlview import html_parser
77
from tkhtmlview.utils import RenderHTML
88

9-
VERSION = "0.3.0"
9+
VERSION = "0.3.1"
1010

1111

1212
class _ScrolledText(tk.Text):

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.3.0"
1+
VERSION = "0.3.1"

0 commit comments

Comments
 (0)