Skip to content

Commit 7b49a48

Browse files
Version fix charge predictions
1 parent f685efa commit 7b49a48

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.13] - 2020-02-21
9+
- Duplicate peptides charge fix
10+
811
## [0.1.12] - 2020-02-15
912
- Support for charges and spaces in peprec
1013

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='deeplc',
10-
version='0.1.12',
10+
version='0.1.13',
1111
license='apache-2.0',
1212
description='DeepLC: Retention time prediction for (modified) peptides using Deep Learning.',
1313
long_description=LONG_DESCRIPTION,

0 commit comments

Comments
 (0)