Skip to content

Commit 31a90e7

Browse files
committed
new version
1 parent 1b99b41 commit 31a90e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='SNPmatch',
13-
version='2.5.0',
13+
version='3.0.0',
1414
description='A simple python library to identify the most likely strain given the SNPs for a sample',
1515
long_description=long_description,
1616
url='https://github.com/Gregor-Mendel-Institute/SNPmatch',

snpmatch/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
from snpmatch.core import simulate
1717
import logging, logging.config
1818

19-
__version__ = '2.5.0'
20-
__updated__ = "05.12.2018"
19+
__version__ = '3.0.0'
20+
__updated__ = "04.06.2019"
2121
__date__ = "25.10.2016"
2222

2323
def setLog(logDebug):

0 commit comments

Comments
 (0)