Skip to content

Commit 18c3d31

Browse files
author
KevinMusgrave
committed
v1.3.2
1 parent 38ddab0 commit 18c3d31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build_script.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
./format_code.sh
22
python -m unittest discover && \
3+
WITH_COLLECT_STATS=true python -m unittest discover && \
34
rm -rfv build/ && \
45
rm -rfv dist/ && \
56
rm -rfv src/pytorch_metric_learning.egg-info/ && \
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.1"
1+
__version__ = "1.3.2"

0 commit comments

Comments
 (0)