From abd7c21d3de9cc5cff4c609e3a958299bf360ab1 Mon Sep 17 00:00:00 2001 From: rahbz Date: Thu, 15 Dec 2016 12:56:52 +0100 Subject: [PATCH] new version! --- README.md | 2 +- setup.py | 2 +- snpmatch/__init__.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3dab261..60cc5ce 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ SNPmatch can be run directly for A. thaliana researchers as a web tool, [AraGeno ## History -- 1.7.0: Stable version, 14-12-2016 +- 1.7.1: Stable version, 14-12-2016 ## Credits diff --git a/setup.py b/setup.py index 8858175..e68e272 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='SNPmatch', - version='1.7.0', + version='1.7.1', description='A simple python library to identify the most likely strain given the SNPs for a sample', long_description=long_description, url='https://github.com/Gregor-Mendel-Institute/SNPmatch', diff --git a/snpmatch/__init__.py b/snpmatch/__init__.py index c8682e5..31ef9d4 100644 --- a/snpmatch/__init__.py +++ b/snpmatch/__init__.py @@ -13,8 +13,8 @@ from snpmatch.core import csmatch import logging, logging.config -__version__ = '1.7.0' -__updated__ = "13.12.2016" +__version__ = '1.7.1' +__updated__ = "15.12.2016" __date__ = "25.10.2016" def setLog(logDebug):