Skip to content

Commit 038c492

Browse files
committed
updated version number and readme
1 parent 29f1814 commit 038c492

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Python Codon Adaptation Index
2-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.843855.svg)](https://doi.org/10.5281/zenodo.843855)
2+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.843854.svg)](https://doi.org/10.5281/zenodo.843854)
33
An implementation of Sharp and Li's 1987 formulation of the codon adaption index.
44

55
## Reference
@@ -34,7 +34,7 @@ All functions in CAI support an optional `genetic_code` parameter, which is set
3434
Feel free to contribute, open issues, or let me know about bugs. Anything is welcome!
3535

3636
## Citation
37-
Benjamin Lee. (2017). Python Implementation of Codon Adaptation Index. _Zenodo_. http://doi.org/10.5281/zenodo.843855
37+
Benjamin Lee. (2017). Python Implementation of Codon Adaptation Index. _Zenodo_. http://doi.org/10.5281/zenodo.843854
3838

3939
## Contact
4040
I'm available for contact at [benjamin_lee@college.harvard.edu](mailto:benjamin_lee@college.harvard.edu).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'CAI',
55
packages = ["CAI"],
6-
version = '0.1.5',
6+
version = '0.1.6',
77
description = 'Python implementation of codon adaptation index',
88
author = 'Benjamin Lee',
99
author_email = 'benjamin_lee@college.harvard.edu',

0 commit comments

Comments
 (0)