From ccd9ee5b9631b6e987c95c691d41fcab79ec0ca5 Mon Sep 17 00:00:00 2001 From: Blair Drummond Date: Wed, 26 Jun 2019 07:07:27 -0400 Subject: [PATCH] v1.6 --- DESCRIPTION | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9bfde92..d16715e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: scbursts -Version: 1.5 +Version: 1.6 Date: 2019-06-24 Title: Single Channel Bursts Analysis Description: Provides tools to import and export from several existing pieces of ion-channel analysis software such as 'TAC', 'QUB', 'SCAN', and 'Clampfit', implements procedures such as dwell-time correction and defining bursts with a critical time, and provides tools for analysis of bursts, such as tools for sorting and plotting. diff --git a/Makefile b/Makefile index 20b9ec5..405321a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = scbursts -VERSION = 1.5 +VERSION = 1.6 all: deps docs build check