Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
rbpisupati committed Jan 31, 2020
1 parent 0993fb1 commit 2760ab6
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='3.0.1',
version='4.0.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 @@ -16,8 +16,8 @@
from snpmatch.core import simulate
import logging, logging.config

__version__ = '3.0.1'
__updated__ = "24.06.2019"
__version__ = '4.0.0'
__updated__ = "31.01.2020"
__date__ = "25.10.2016"

def setLog(logDebug):
Expand Down

0 comments on commit 2760ab6

Please sign in to comment.