Skip to content

Commit 615495f

Browse files
committed
release 1.1.0
1 parent 5578e98 commit 615495f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PepPre"
22
uuid = "4993a608-c569-46d7-95b9-1fba1b0e5595"
33
authors = ["Tarn Yeong Ching <i@ctarn.io>"]
4-
version = "1.1.0-dev"
4+
version = "1.1.0"
55

66
[deps]
77
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"

doc/log/1.1.0.html

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<time>2023-4-19</time>
2+
<h4>PepPre 1.1.0</h4>
3+
<div>
4+
<a href="https://github.com/ctarn/PepPre.jl/releases/download/v1.1.0/PepPre-1.1.0.x86_64.Linux.zip">Linux</a>
5+
|
6+
<a href="https://github.com/ctarn/PepPre.jl/releases/download/v1.1.0/PepPre-1.1.0.x86_64.Darwin.zip">macOS</a>
7+
|
8+
<a href="https://github.com/ctarn/PepPre.jl/releases/download/v1.1.0/PepPre-1.1.0.x86_64.Windows.zip">Windows</a>
9+
</div>
10+
<div>Note:
11+
<ol>
12+
<li>embed `PepPepView` which can display deisotoped precursor ions and corresponding identification.</li>
13+
<li>adjust arguments of CLI interface.</li>
14+
</ol>
15+
</div>

ui/meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pathlib import Path
33

44
name = "PepPre"
5-
version = "1.1.0-dev"
5+
version = "1.1.0"
66
author = "Tarn Yeong Ching"
77
url = f"http://{name.lower()}.ctarn.io"
88
server = f"http://api.ctarn.io/{name}/{version}"

0 commit comments

Comments
 (0)