Skip to content

Commit b04eada

Browse files
authored
Release 0.1.7 (#33)
* docs: bump version to 0.1.7 * docs: updarte links to latest version of preprint
1 parent 1f25b9b commit b04eada

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors:
1414
given-names: "Jeroen"
1515
orcid: "https://orcid.org/0000-0003-4480-5567"
1616
title: "InstaNovo"
17-
version: 0.1.6
17+
version: 0.1.7
1818
doi: 10.1101/2023.08.30.555055
1919
date-released: 2023-09-01
2020
url: "https://github.com/instadeepai/instanovo"
@@ -77,4 +77,4 @@ preferred-citation:
7777
title:
7878
"De novo peptide sequencing with InstaNovo: Accurate, database-free peptide identification for
7979
large scale proteomics experiments"
80-
url: "https://www.biorxiv.org/content/10.1101/2023.08.30.555055v2"
80+
url: "https://www.biorxiv.org/content/10.1101/2023.08.30.555055v3"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ iterative refinement of predicted sequences.
1414

1515
**Links:**
1616

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

1919
**Developed by:**
2020

@@ -169,7 +169,7 @@ The model checkpoints are licensed under Creative Commons Non-Commercial
169169
year = {2023},
170170
doi = {10.1101/2023.08.30.555055},
171171
publisher = {Cold Spring Harbor Laboratory},
172-
URL = {https://www.biorxiv.org/content/10.1101/2023.08.30.555055v2},
172+
URL = {https://www.biorxiv.org/content/10.1101/2023.08.30.555055v3},
173173
journal = {bioRxiv}
174174
}
175175
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import setuptools
77
from setuptools import setup
88

9-
__version__ = "0.1.6"
9+
__version__ = "0.1.7"
1010

1111

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

0 commit comments

Comments
 (0)