We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b99b41 commit 31a90e7Copy full SHA for 31a90e7
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='SNPmatch',
13
- version='2.5.0',
+ version='3.0.0',
14
description='A simple python library to identify the most likely strain given the SNPs for a sample',
15
long_description=long_description,
16
url='https://github.com/Gregor-Mendel-Institute/SNPmatch',
snpmatch/__init__.py
@@ -16,8 +16,8 @@
from snpmatch.core import simulate
17
import logging, logging.config
18
19
-__version__ = '2.5.0'
20
-__updated__ = "05.12.2018"
+__version__ = '3.0.0'
+__updated__ = "04.06.2019"
21
__date__ = "25.10.2016"
22
23
def setLog(logDebug):
0 commit comments