Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
rbpisupati committed Feb 10, 2017
1 parent 9d47ec0 commit 004cb9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='SNPmatch',
version='1.7.2',
version='1.8.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 Expand Up @@ -38,4 +38,3 @@
],
},
)

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.2'
__updated__ = "15.12.2016"
__version__ = '1.8.0'
__updated__ = "10.2.2017"
__date__ = "25.10.2016"

def setLog(logDebug):
Expand Down

0 comments on commit 004cb9b

Please sign in to comment.