Skip to content

Commit

Permalink
build: 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hank9999 committed Feb 23, 2024
1 parent 6069090 commit 9b08259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)

window = ttk.Window()
version = '0.5'
version = '0.6'

appdata_path = os.getenv('APPDATA') if os.getenv('APPDATA') is not None else ''
config_dir = os.path.join(appdata_path, 'K5_Tools')
Expand Down
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 = "k5-tools"
version = "0.5"
version = "0.6"
description = ""
authors = ["hank9999 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9b08259

Please sign in to comment.