Skip to content

Commit

Permalink
Version#
Browse files Browse the repository at this point in the history
  • Loading branch information
fabfab1 committed Mar 11, 2024
1 parent 9fc5487 commit 4de6254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Irfanview_DPI_list.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__license__ = 'GPL'
__version__ = '0.2'
__version__ = '0.9'

# ********** Setup
import subprocess
Expand Down Expand Up @@ -544,7 +544,7 @@ def choose_fig_directories():
style.configure("BW.TButton", font=("default", 14))

# Widgets
label = ttk.Label(root, text="Irfanview DPI Spreadsheet", style="BW.TLabel")
label = ttk.Label(root, text="Irfanview DPI Spreadsheet v0.9", style="BW.TLabel")
label.pack(pady=10)

button = ttk.Button(root, text="Choose directory with images: ", command=choose_directory, style="BW.TButton")
Expand Down
2 changes: 1 addition & 1 deletion docs/i_dpi_list_ver.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2
0.9

0 comments on commit 4de6254

Please sign in to comment.