We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee3b39 commit eb15e64Copy full SHA for eb15e64
2 files changed
.github/workflows/publish.yml
@@ -42,9 +42,9 @@ jobs:
42
with:
43
name: python-package
44
path: dist/*
45
-#
46
-# - name: Publish release distributions to PyPI
47
-# uses: pypa/gh-action-pypi-publish@release/v1
+
+ - name: Publish release distributions to PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
48
49
# ---------- WINDOWS EXE BUILD JOB ----------
50
build-windows-exe:
ideeplc/__init__.py
@@ -1,3 +1,3 @@
1
"""iDeepLC: A deep Learning-based retention time predictor for unseen modified peptides with a novel encoding system"""
2
3
-__version__ = "1.1.5"
+__version__ = "1.2.0"
0 commit comments