Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
rbpisupati committed Aug 14, 2018
1 parent 6f6b7b8 commit 013ffb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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='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',
Expand Down
4 changes: 2 additions & 2 deletions snpmatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 013ffb5

Please sign in to comment.