Skip to content

Commit 1b366bd

Browse files
committed
fixed typo
1 parent 21a28e3 commit 1b366bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
setup(
44
name = 'CAI',
55
packages = ["CAI"],
6-
version = '0.1',
6+
version = '0.1.1',
77
description = 'Python implementation of codon adaptation index',
88
author = 'Benjamin Lee',
99
author_email = 'benjamin_lee@college.harvard.edu',
1010
url = 'https://github.com/Benjamin-Lee/CodonAdaptationIndex', # use the URL to the github repo
1111
classifiers = ["Intended Audience :: Science/Research",
12-
"Topic :: Scientific/Engineering :: Bio-Informatics"
12+
"Topic :: Scientific/Engineering :: Bio-Informatics",
1313
"Programming Language :: Python"],
1414
install_requires=['scipy'],
1515
license="MIT",

0 commit comments

Comments
 (0)