Skip to content

Commit

Permalink
updated version metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bauripalash committed Mar 21, 2024
1 parent b8f763e commit dd65615
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
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.2.0"
VERSION = "0.3.0"


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.2.1"
VERSION = "0.3.0"

0 comments on commit dd65615

Please sign in to comment.