From 013ffb542473a1dbafe8331e692ad6bf13d6e85b Mon Sep 17 00:00:00 2001 From: Rahul Pisupati Date: Tue, 14 Aug 2018 12:59:01 +0200 Subject: [PATCH] version up --- setup.py | 2 +- snpmatch/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 8e01b7c..2688cc5 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='SNPmatch', - version='2.1.0', + version='2.2.0', 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 ac19083..140ee4c 100644 --- a/snpmatch/__init__.py +++ b/snpmatch/__init__.py @@ -15,8 +15,8 @@ from snpmatch.core import simulate import logging, logging.config -__version__ = '2.1.0' -__updated__ = "09.08.2018" +__version__ = '2.2.0' +__updated__ = "14.08.2018" __date__ = "25.10.2016" def setLog(logDebug):