diff --git a/README.rst b/README.rst index 7d6c49cf4..5227bf57c 100755 --- a/README.rst +++ b/README.rst @@ -23,6 +23,7 @@ Documentation: https://kaiyangzhou.github.io/deep-person-reid/. News ------ +- 09-05-2019: The `person re-ranking code `_ has been added to this repo. - 06-05-2019: We released a tech report on `arxiv `_. Code and models will be released. - 24-03-2019: `Torchreid documentation `_ is out! diff --git a/torchreid/__init__.py b/torchreid/__init__.py index 3403b8666..9cabed9c6 100644 --- a/torchreid/__init__.py +++ b/torchreid/__init__.py @@ -1,7 +1,7 @@ from __future__ import absolute_import from __future__ import print_function -__version__ = '0.7.4' +__version__ = '0.7.5' __author__ = 'Kaiyang Zhou' __description__ = 'Deep learning person re-identification in PyTorch'