From 4de6254e8ffbbcb018e5fc5c19f754f4813fc814 Mon Sep 17 00:00:00 2001 From: Federico Buccellati Date: Mon, 11 Mar 2024 08:21:11 +0100 Subject: [PATCH] Version# --- Irfanview_DPI_list.py | 4 ++-- docs/i_dpi_list_ver.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Irfanview_DPI_list.py b/Irfanview_DPI_list.py index 2536ef8..8fcea70 100644 --- a/Irfanview_DPI_list.py +++ b/Irfanview_DPI_list.py @@ -1,7 +1,7 @@ #!/usr/bin/env python __license__ = 'GPL' -__version__ = '0.2' +__version__ = '0.9' # ********** Setup import subprocess @@ -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") diff --git a/docs/i_dpi_list_ver.html b/docs/i_dpi_list_ver.html index 2f45361..9a7d84f 100644 --- a/docs/i_dpi_list_ver.html +++ b/docs/i_dpi_list_ver.html @@ -1 +1 @@ -0.2 \ No newline at end of file +0.9 \ No newline at end of file