From 411ba70a83d27385898a71466dd120f2a8662035 Mon Sep 17 00:00:00 2001 From: Ralf Date: Mon, 10 Feb 2020 11:18:32 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b899f..327246a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.1.10] - 2020-02-10 +- Include less models in package to meet PyPI 60MB size limitation + +## [0.1.9] - 2020-02-09 +- Bugfix: Pass custom activation function ## [0.1.8] - 2020-02-07 - Fixed support for averaging predictions of groups of models (ensemble) when no models were passed diff --git a/setup.py b/setup.py index 10f8305..d21297d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='deeplc', - version='0.1.8', + version='0.1.10', license='apache-2.0', description='DeepLC: Retention time prediction for (modified) peptides using Deep Learning.', long_description=LONG_DESCRIPTION,