Skip to content

Commit

Permalink
v0.9.87
Browse files Browse the repository at this point in the history
  • Loading branch information
TakeshiMusgrave committed Jun 20, 2020
1 parent 8a6b65f commit 2ef9f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.87.dev5",
version="0.9.87",
author="Kevin Musgrave",
author_email="tkm45@cornell.edu",
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 +1 @@
__version__ = "0.9.87.dev5"
__version__ = "0.9.87"

0 comments on commit 2ef9f72

Please sign in to comment.