From bc0cca96444b33c0ae93e5c5d43e40061cdef6b8 Mon Sep 17 00:00:00 2001 From: Chad Rockey Date: Sun, 24 May 2020 19:06:16 -0700 Subject: [PATCH] Tag 0.3.2 for release. --- tgc_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgc_gui.py b/tgc_gui.py index 7c3311a..23456e2 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.1" +TGC_GUI_VERSION = "0.3.2" image_width = 500 image_height = 500