Skip to content

Commit

Permalink
0.7.2->0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiyangZhou committed Apr 18, 2019
1 parent 1ea7787 commit 1decc24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchreid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from __future__ import absolute_import
from __future__ import print_function

__version__ = '0.7.2'
__version__ = '0.7.3'
__author__ = 'Kaiyang Zhou'
__description__ = 'Pytorch framework for deep-learning person re-identification'
__description__ = 'Deep learning person re-identification in PyTorch'

from torchreid import (
engine,
Expand Down

0 comments on commit 1decc24

Please sign in to comment.