Skip to content

Commit

Permalink
patch update
Browse files Browse the repository at this point in the history
  • Loading branch information
ar0ch committed Mar 18, 2017
1 parent 6962828 commit 6990064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name = 'stringMLST',
scripts = ['stringMLST.py'],
version = '0.3.6.1',
version = '0.3.6.2',
description = 'Fast k-mer based tool for alignment and assembly-free multi locus sequence typing (MLST) directly from genome sequencing reads.',
author = 'Jordan Lab',
author_email = '[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion stringMLST.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
except ImportError:
from urllib import urlopen, urlretrieve
import argparse
version = """ stringMLST v0.3.6.1 (updated : February 27, 2017) """
version = """ stringMLST v0.3.6.2 (updated : March 18, 2017) """
"""
LICENSE TERMS FOR stringMLST
1. INTENT/PURPOSE:
Expand Down

0 comments on commit 6990064

Please sign in to comment.