From 7fd49da6e76ce72735668a38c1f0bdb6b0b79af8 Mon Sep 17 00:00:00 2001 From: Chad Rockey Date: Wed, 20 Mar 2024 16:00:47 -0500 Subject: [PATCH] 0.4.0 --- tgc_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgc_gui.py b/tgc_gui.py index 0dde65c..7113ef0 100644 --- a/tgc_gui.py +++ b/tgc_gui.py @@ -20,7 +20,7 @@ from tgc_visualizer import drawCourseAsImage import OSMTGC -TGC_GUI_VERSION = "0.3.3" +TGC_GUI_VERSION = "0.4.0" image_width = 500 image_height = 500