Updated version

pull/412/head
Carmel Barak 2021-02-03 15:54:07 +02:00
parent 6379253fc8
commit c03125fb4b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from __future__ import print_function, absolute_import
from torchreid import data, optim, utils, engine, losses, models, metrics
__version__ = '1.3.4'
__version__ = '1.3.5'
__author__ = 'Kaiyang Zhou'
__homepage__ = 'https://kaiyangzhou.github.io/'
__description__ = 'Deep learning person re-identification in PyTorch'