Skip to content

Commit e29b9aa

Browse files
committed
Bump version to 3.2
1 parent 40db96c commit e29b9aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
33

44
[tool.poetry]
55
name = "SRUM-DUMP"
6-
version = "3.1.0"
6+
version = "3.2.0"
77
description = "SRUM-DUMP"
88
authors = ["MarkBaggett"]
99
requires-python = ">=3.12"

srum-dump/srum_dump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
# debugpy.wait_for_client()
160160

161161
#Display Progress Window
162-
progress = ProgressWindow("SRUM-DUMP 3.1")
162+
progress = ProgressWindow("SRUM-DUMP 3.2")
163163
progress.start(len(table_list) + 2)
164164

165165

srum-dump/ui_tk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def on_confirm():
396396
root = None
397397
try:
398398
root = tk.Tk()
399-
root.title("SRUM_DUMP 3.1")
399+
root.title("SRUM_DUMP 3.2")
400400
root.geometry("800x400")
401401
root.attributes('-topmost', True)
402402
root.after(20, remove_topmost, root)

0 commit comments

Comments
 (0)