Skip to content

Commit eb15e64

Browse files
committed
Version 1.2.0 with stand alone gui
1 parent 3ee3b39 commit eb15e64

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
with:
4343
name: python-package
4444
path: dist/*
45-
#
46-
# - name: Publish release distributions to PyPI
47-
# uses: pypa/gh-action-pypi-publish@release/v1
45+
46+
- name: Publish release distributions to PyPI
47+
uses: pypa/gh-action-pypi-publish@release/v1
4848

4949
# ---------- WINDOWS EXE BUILD JOB ----------
5050
build-windows-exe:

ideeplc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""iDeepLC: A deep Learning-based retention time predictor for unseen modified peptides with a novel encoding system"""
22

3-
__version__ = "1.1.5"
3+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)