Skip to content

Commit

Permalink
Release 0.1.7 (#33)
Browse files Browse the repository at this point in the history
* docs: bump version to 0.1.7

* docs: updarte links to latest version of preprint
  • Loading branch information
BioGeek authored Mar 5, 2024
1 parent 1f25b9b commit b04eada
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors:
given-names: "Jeroen"
orcid: "https://orcid.org/0000-0003-4480-5567"
title: "InstaNovo"
version: 0.1.6
version: 0.1.7
doi: 10.1101/2023.08.30.555055
date-released: 2023-09-01
url: "https://github.com/instadeepai/instanovo"
Expand Down Expand Up @@ -77,4 +77,4 @@ preferred-citation:
title:
"De novo peptide sequencing with InstaNovo: Accurate, database-free peptide identification for
large scale proteomics experiments"
url: "https://www.biorxiv.org/content/10.1101/2023.08.30.555055v2"
url: "https://www.biorxiv.org/content/10.1101/2023.08.30.555055v3"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ iterative refinement of predicted sequences.

**Links:**

- bioRxiv: https://www.biorxiv.org/content/10.1101/2023.08.30.555055v2
- bioRxiv: https://www.biorxiv.org/content/10.1101/2023.08.30.555055v3

**Developed by:**

Expand Down Expand Up @@ -169,7 +169,7 @@ The model checkpoints are licensed under Creative Commons Non-Commercial
year = {2023},
doi = {10.1101/2023.08.30.555055},
publisher = {Cold Spring Harbor Laboratory},
URL = {https://www.biorxiv.org/content/10.1101/2023.08.30.555055v2},
URL = {https://www.biorxiv.org/content/10.1101/2023.08.30.555055v3},
journal = {bioRxiv}
}
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import setuptools
from setuptools import setup

__version__ = "0.1.6"
__version__ = "0.1.7"


def read_requirements(file: str) -> list[str]:
Expand Down

0 comments on commit b04eada

Please sign in to comment.