We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4533d commit 4b2c40aCopy full SHA for 4b2c40a
2 files changed
CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to
7
8
## [Unreleased]
9
10
+## [0.1.4] - 2020-01-17
11
+- Fix the latest release
12
+
13
## [0.1.3] - 2020-01-17
14
- Fixed the .bat installer (now uses bioconda)
15
setup.py
@@ -7,7 +7,7 @@
setup(
name='deeplc',
- version='0.1.3',
+ version='0.1.4',
license='apache-2.0',
description='DeepLC: Retention time prediction for (modified) peptides using Deep Learning.',
long_description=LONG_DESCRIPTION,
0 commit comments