Skip to content

Commit

Permalink
v0.9.91
Browse files Browse the repository at this point in the history
  • Loading branch information
TakeshiMusgrave committed Aug 31, 2020
1 parent f133730 commit d5bed94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 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 = "0.9.90" %}
{% set version = "0.9.91" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 690764699f526a95638b33577f4edf48f13a9facd8399e260e90783c6c558783
sha256: e5c15ddbb40d783b129e5a38930f9c8dc14d72652ef78f303cd0acd9f86bacbc

build:
number: 0
Expand All @@ -34,8 +34,10 @@ requirements:
test:
imports:
- pytorch_metric_learning
- pytorch_metric_learning.distances
- pytorch_metric_learning.losses
- pytorch_metric_learning.miners
- pytorch_metric_learning.reducers
- pytorch_metric_learning.regularizers
- pytorch_metric_learning.samplers
- pytorch_metric_learning.testers
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name="pytorch-metric-learning",
version="0.9.91.dev1",
version="0.9.91",
author="Kevin Musgrave",
author_email="[email protected]",
description="The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",
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,3 +1,3 @@
__version__ = "0.9.91.dev1"
__version__ = "0.9.91"


0 comments on commit d5bed94

Please sign in to comment.