Skip to content

Commit

Permalink
v0.9.93
Browse files Browse the repository at this point in the history
  • Loading branch information
TakeshiMusgrave committed Oct 6, 2020
1 parent 9665ea5 commit 0081082
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.93.dev0",
version="0.9.93",
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.93.dev0"
__version__ = "0.9.93"

0 comments on commit 0081082

Please sign in to comment.