diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf5f2b..6764205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.1.1 + +* BUG: Fix Grantham data (#22) +* DOC: Installation instructions for conda + ## 1.1.0 * Feature: PyPro.GetALL now has parameters diff --git a/setup.cfg b/setup.cfg index 4b76dbc..8618837 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,10 +7,10 @@ author_email = info@martin-thoma.de maintainer = Martin Thoma maintainer_email = info@martin-thoma.de -version = 1.1.0 +version = 1.1.1 -url = http://cbdd.csu.edu.cn/index +url = https://github.com/MartinThoma/propy3 description = Compute protein descriptors long_description = file: README.md