Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ar0ch committed Dec 19, 2019
1 parent 6349fb9 commit c22ffbf
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 @@ -13,7 +13,7 @@
setup(
name = "SMOREd",
scripts = ['urdohelper.py', 'smored'],
version = "0.4.7",
version = "0.5",
description = 'Fast k-mer based tool for alignment and assembly-free amplicon classification.',
long_description=long_description_text,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion smored
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import shutil
from itertools import islice
import operator
import urdohelper
VERSION = """SMORE'D 0.4.7 (updated : December XX, 2019)"""
VERSION = """SMORE'D 0.5 (updated : December 19, 2019)"""
LICENSE = """
SMORE'D is free for academic users and requires permission before any
commercial or government usage of any version of this code/algorithm.
Expand Down

0 comments on commit c22ffbf

Please sign in to comment.