From 0a60d2c6a7d6197f6cac787fee1110458525f1dd Mon Sep 17 00:00:00 2001 From: KaiyangZhou Date: Sun, 1 Sep 2019 15:04:14 +0100 Subject: [PATCH] version=1.0.2 --- torchreid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchreid/__init__.py b/torchreid/__init__.py index 52b0b5d..22c4b86 100644 --- a/torchreid/__init__.py +++ b/torchreid/__init__.py @@ -1,7 +1,7 @@ from __future__ import absolute_import from __future__ import print_function -__version__ = '1.0.1' +__version__ = '1.0.2' __author__ = 'Kaiyang Zhou' __description__ = 'Deep learning person re-identification in PyTorch' __url__ = 'https://github.com/KaiyangZhou/deep-person-reid'