Skip to content

Commit

Permalink
v0.9.88
Browse files Browse the repository at this point in the history
  • Loading branch information
TakeshiMusgrave committed Jun 20, 2020
1 parent 7070d99 commit bc3992d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pip install pytorch-metric-learning

**To get the latest dev version**:
```
pip install pytorch-metric-learning==0.9.87
pip install pytorch-metric-learning==0.9.88
```

**To install on Windows**:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pip install pytorch-metric-learning

**To get the latest dev version**:
```
pip install pytorch-metric-learning==0.9.87
pip install pytorch-metric-learning==0.9.88
```

**To install on Windows**:
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.88.dev0",
version="0.9.88",
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.88.dev0"
__version__ = "0.9.88"

0 comments on commit bc3992d

Please sign in to comment.