Skip to content

Commit 927ede3

Browse files
committed
bump to v0.7.1 to put it on pypi
1 parent 8a43a6e commit 927ede3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
python -m pip install --upgrade pip
36-
pip install setuptools
36+
pip install setuptools numpy
3737
pip install torch --index-url https://download.pytorch.org/whl/cpu
3838
- name: Build package
3939
run: python setup.py sdist

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111

1212
library_name = "torchlpc"
13-
VERSION = "0.7"
13+
VERSION = "0.7.1"
1414
MAINTAINER = "Chin-Yun Yu"
1515
EMAIL = "chin-yun.yu@qmul.ac.uk"
1616

0 commit comments

Comments
 (0)