Skip to content

Commit

Permalink
update v0.9.4 to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiyangZhou committed Aug 26, 2019
1 parent ea58a25 commit 5507b38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torchreid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from __future__ import absolute_import
from __future__ import print_function

__version__ = '0.9.4'
__version__ = '1.0.0'
__author__ = 'Kaiyang Zhou'
__description__ = 'Deep learning person re-identification in PyTorch'
__url__ = 'https://github.com/KaiyangZhou/deep-person-reid'

from torchreid import (
engine,
Expand Down

0 comments on commit 5507b38

Please sign in to comment.