From c22ffbf7ef5f76ae15078eddba9bc01862ebf43f Mon Sep 17 00:00:00 2001 From: Aroon Chande Date: Thu, 19 Dec 2019 15:26:31 -0500 Subject: [PATCH] version bump --- setup.py | 2 +- smored | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 51fa353..1f492a7 100755 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/smored b/smored index 4b125c1..5d4bf2e 100755 --- a/smored +++ b/smored @@ -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.