Skip to content

Commit

Permalink
Fix pypi token GA
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbinBouwmeester committed Sep 22, 2023
1 parent f390021 commit df28ea6
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).

# [2.2.20] - 2023-09-22
# [2.2.22] - 2023-09-22

- Fix pypi token GA

# [2.2.21] - 2023-09-22

- Fix non-initialized modifications
- Allow for setting number of epochs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='deeplc',
version='2.2.21',
version='2.2.22',
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 df28ea6

Please sign in to comment.