Skip to content

Commit

Permalink
version bump to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bauripalash committed Jul 12, 2024
1 parent 06b0890 commit 30ce6a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tkhtmlview"
version = "0.3.0"
version = "0.3.1"
description = "Display HTML with Tkinter"
authors = ["Palash Bauri <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tkhtmlview/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from tkhtmlview import html_parser
from tkhtmlview.utils import RenderHTML

VERSION = "0.3.0"
VERSION = "0.3.1"


class _ScrolledText(tk.Text):
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.3.0"
VERSION = "0.3.1"

0 comments on commit 30ce6a4

Please sign in to comment.