提交 45834ee9 编写于 作者: L Luke

Increment version

上级 763babb6
__version__ = "0.7.0"
__version__ = "0.7.1"
from .model import EfficientNet, VALID_MODELS
from .utils import (
GlobalParams,
......
......@@ -18,7 +18,7 @@ URL = 'https://github.com/lukemelas/EfficientNet-PyTorch'
EMAIL = 'lmelaskyriazi@college.harvard.edu'
AUTHOR = 'Luke'
REQUIRES_PYTHON = '>=3.5.0'
VERSION = '0.7.0'
VERSION = '0.7.1'
# What packages are required for this module to be executed?
REQUIRED = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册