Skip to content

Commit dd8bc9f

Browse files
committed
Fix conda config, bump patch version
1 parent 354ab87 commit dd8bc9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ source:
99
sha256: {{ TORCHHD_HASH }}
1010

1111
build:
12-
noarch: generic
12+
noarch: python
1313
number: 0
14-
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
14+
script: "{{ PYTHON }} -m pip install . -vv"
1515

1616
requirements:
1717
host:

torchhd/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0"
1+
__version__ = "3.0.1"

0 commit comments

Comments
 (0)