From 7b7f67ad2e39377d22a061760a991231a858d91c Mon Sep 17 00:00:00 2001 From: blitzmann Date: Mon, 7 May 2018 22:24:18 -0400 Subject: [PATCH] bump version --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 07eb94e37..29118b3b8 100644 --- a/config.py +++ b/config.py @@ -24,7 +24,7 @@ saveInRoot = False # Version data -version = "2.0.0b5" +version = "2.0.0b6" tag = "git" expansionName = "YC120.3" expansionVersion = "1.8" @@ -141,7 +141,7 @@ def defPaths(customSavePath=None): # os.environ["SSL_CERT_FILE"] = os.path.join(pyfaPath, "cacert.pem") # The database where we store all the fits etc - saveDB = os.path.join(savePath, "saveddata-py3-dev.db") + saveDB = os.path.join(savePath, "saveddata.db") # The database where the static EVE data from the datadump is kept. # This is not the standard sqlite datadump but a modified version created by eos