version=1.0.2

pull/249/head
KaiyangZhou 2019-09-01 15:04:14 +01:00
parent 0ec14d9afc
commit 0a60d2c6a7
1 changed files with 1 additions and 1 deletions

View File

@ -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'