Skip to content

Commit

Permalink
v0.9.89
Browse files Browse the repository at this point in the history
  • Loading branch information
TakeshiMusgrave committed Jul 25, 2020
1 parent 09f0f93 commit a57ed4e
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.89.dev3",
version="0.9.89",
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 +1 @@
__version__ = "0.9.89.dev3"
__version__ = "0.9.89"

0 comments on commit a57ed4e

Please sign in to comment.