Skip to content

Commit a8164aa

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents ba92c21 + c7cdbe7 commit a8164aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: python -m build --sdist --wheel --outdir dist/
6262

6363
- name: Python compile check
64-
run: python -m py_compile tpcav/*.py scripts/*.py test/*.py
64+
run: python -m py_compile seqchromloader/*.py tests/*.py
6565

6666
- name: Twine check
6767
run: python -m twine check --strict dist/*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "seqchromloader"
7-
version = "0.9.3"
7+
version = "0.10.1"
88
description = "Utilities for training DL models using DNA sequence and chromatin inputs"
99
authors = [{name = "Jianyu Yang", email = "yztxwd@gmail.com"},]
1010
readme = "README.md"

0 commit comments

Comments
 (0)