From 038c4929c17f3b4ec408c20b1dfbc720b23b758b Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Wed, 16 Aug 2017 01:46:25 -0700 Subject: [PATCH] updated version number and readme --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 218b7c5..df3bc61 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Python Codon Adaptation Index -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.843855.svg)](https://doi.org/10.5281/zenodo.843855) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.843854.svg)](https://doi.org/10.5281/zenodo.843854) An implementation of Sharp and Li's 1987 formulation of the codon adaption index. ## Reference @@ -34,7 +34,7 @@ All functions in CAI support an optional `genetic_code` parameter, which is set Feel free to contribute, open issues, or let me know about bugs. Anything is welcome! ## Citation -Benjamin Lee. (2017). Python Implementation of Codon Adaptation Index. _Zenodo_. http://doi.org/10.5281/zenodo.843855 +Benjamin Lee. (2017). Python Implementation of Codon Adaptation Index. _Zenodo_. http://doi.org/10.5281/zenodo.843854 ## Contact I'm available for contact at [benjamin_lee@college.harvard.edu](mailto:benjamin_lee@college.harvard.edu). \ No newline at end of file diff --git a/setup.py b/setup.py index 0be125c..135bc0b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'CAI', packages = ["CAI"], - version = '0.1.5', + version = '0.1.6', description = 'Python implementation of codon adaptation index', author = 'Benjamin Lee', author_email = 'benjamin_lee@college.harvard.edu',