Skip to content

Commit 7f8256d

Browse files
authored
Merge pull request #5 from TRON-Bioinformatics/dev
Release v2.0.2
2 parents ce4dadd + a4efb57 commit 7f8256d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
sudo apt-get update && sudo apt-get --assume-yes install samtools
1919
python -m pip install --upgrade pip
20-
pip install poetry
20+
pip install setuptools wheel twine poetry
2121
- name: Build and publish
2222
env:
2323
TWINE_USERNAME: __token__

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pyeasyfuse"
7-
version = "2.0.1"
7+
version = "2.0.2"
88
authors = [
99
"Patrick Sorn <patrick.sorn@tron-mainz.edu>",
1010
"Jonas Ibn-Salem <jonas.ibn-salem@tron-mainz.edu>",

0 commit comments

Comments
 (0)