Skip to content

Commit

Permalink
Update conda_build
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMusgrave committed Feb 16, 2022
1 parent 48dc52c commit 81d80de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda_build/pytorch-metric-learning/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pytorch-metric-learning" %}
{% set version = "1.1.1" %}
{% set version = "1.1.2" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 6e572dc54179c762abc333fc4c6f68fcd909e800f9519ca1463235d14b9f5c44
sha256: aa2a28b7eb6a3a72f2ab14f59073de286832acc5433863de3c8cfc8e8fed38f4

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion src/pytorch_metric_learning/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.2.dev1"
__version__ = "1.1.2"

0 comments on commit 81d80de

Please sign in to comment.