Skip to content

Commit

Permalink
Fix conda config, bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheddes committed Jun 7, 2022
1 parent 354ab87 commit dd8bc9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ source:
sha256: {{ TORCHHD_HASH }}

build:
noarch: generic
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
script: "{{ PYTHON }} -m pip install . -vv"

requirements:
host:
Expand Down
2 changes: 1 addition & 1 deletion torchhd/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0"
__version__ = "3.0.1"

0 comments on commit dd8bc9f

Please sign in to comment.