This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
mmclassification
mirror of
https://github.com/open-mmlab/mmclassification.git
Watch
1
Star
0
Fork
You've already forked mmclassification
0
Code
Issues
Projects
Releases
Wiki
Activity
3affc481c8
mmclassification
/
mmcls
/
__init__.py
4 lines
60 B
Python
Raw
Normal View
History
Unescape
Escape
bump version to 0.6.0 (#62) * fix lint * fix version path type * del short_version * setup: del ops; add python3.8 * del useless requirements * setup: remove extra_requirements * setup: totally remove build_requests * setup: change to valid email
2020-10-11 00:12:04 +08:00
from
.
version
import
__version__
init commit
2020-05-21 21:21:43 +08:00
bump version to 0.6.0 (#62) * fix lint * fix version path type * del short_version * setup: del ops; add python3.8 * del useless requirements * setup: remove extra_requirements * setup: totally remove build_requests * setup: change to valid email
2020-10-11 00:12:04 +08:00
__all__
=
[
'
__version__
'
]