From 24feca379efce89b1a4490f9543685e2cc9eda32 Mon Sep 17 00:00:00 2001 From: Matt Cieslak Date: Sat, 21 Jul 2018 20:02:41 -0400 Subject: [PATCH] Fixes bug in analyze. Version 1.5.3a --- INFO.txt | 2 +- meap/__init__.py | 2 +- packaging/innosetup/meap.iss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INFO.txt b/INFO.txt index 321f466..1fe11e1 100644 --- a/INFO.txt +++ b/INFO.txt @@ -1,4 +1,4 @@ -MEAP version 1.2.1 +MEAP version 1.5.3a Copyright (C) 2014 Matthew Cieslak and Will Ryan diff --git a/meap/__init__.py b/meap/__init__.py index 45889cf..2ae53e3 100644 --- a/meap/__init__.py +++ b/meap/__init__.py @@ -19,7 +19,7 @@ SEARCH_WINDOW=30 #samples BLOOD_RESISTIVITY=135. # Ohms cm n_regions=0 -__version__= "1.5.3" +__version__= "1.5.3a" # MEAP only knows what to do with a couple of signals SUPPORTED_SIGNALS=["ecg", "ecg2", "dzdt", "z0", "bp", diff --git a/packaging/innosetup/meap.iss b/packaging/innosetup/meap.iss index 862ccdd..ccd45e7 100644 --- a/packaging/innosetup/meap.iss +++ b/packaging/innosetup/meap.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "MEAP" -#define MyAppVersion "1.5.3" +#define MyAppVersion "1.5.3a" #define MyAppPublisher "UCSB Department of Psycholgical and Brain Sciences" #define MyAppURL "http://meap.readthedocs.io/en/latest/" #define MyAppExeName "MEAP.exe"