Skip to content

Commit

Permalink
new version!
Browse files Browse the repository at this point in the history
  • Loading branch information
rbpisupati committed Dec 15, 2016
1 parent 55252ae commit abd7c21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions snpmatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit abd7c21

Please sign in to comment.