From ab375c7bac4d1fe9b44ffd5b96fafb742809e126 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 1 Jul 2020 16:20:59 +0100 Subject: [PATCH] Version 3.99.0.0 as beta0 for python 3.7 release --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index b34ab973..2e7f80fe 100644 --- a/config.py +++ b/config.py @@ -8,7 +8,7 @@ from sys import platform appname = 'EDMarketConnector' applongname = 'E:D Market Connector' appcmdname = 'EDMC' -appversion = '3.5.1.0' +appversion = '3.99.0.0' copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'