From d518074901e200be37185c04d0e3822211e0f985 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Wed, 27 Jul 2022 13:56:50 +0200 Subject: [PATCH] REL: 1.1.1 --- CHANGELOG.md | 5 +++++ setup.cfg | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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