Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Feb 10, 2020
1 parent 5ec1742 commit 411ba70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 411ba70

Please sign in to comment.