Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMusgrave committed May 28, 2022
1 parent 38ddab0 commit 18c3d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build_script.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
./format_code.sh
python -m unittest discover && \
WITH_COLLECT_STATS=true python -m unittest discover && \
rm -rfv build/ && \
rm -rfv dist/ && \
rm -rfv src/pytorch_metric_learning.egg-info/ && \
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__ = "1.3.1"
__version__ = "1.3.2"

0 comments on commit 18c3d31

Please sign in to comment.