From 50ac251f9aa143cb3c2fabfefaff7ff517ce5fcf Mon Sep 17 00:00:00 2001 From: "chaz@pokeit.co" Date: Sun, 5 Dec 2010 00:53:38 -0500 Subject: [PATCH] DB version 147 --- pyfpdb/Database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index a997d20a..162547c8 100644 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -73,7 +73,7 @@ except ImportError: use_numpy = False -DB_VERSION = 146 +DB_VERSION = 147 # Variance created as sqlite has a bunch of undefined aggregate functions.