diff --git a/setup.py b/setup.py index 697579c..0be125c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'CAI', packages = ["CAI"], - version = '0.1.3', + version = '0.1.5', description = 'Python implementation of codon adaptation index', author = 'Benjamin Lee', author_email = 'benjamin_lee@college.harvard.edu',