diff --git a/efficientnet_pytorch/__init__.py b/efficientnet_pytorch/__init__.py index b66a9071201effc28ada26e919c7647e1feb43d3..2b529dfe3f61da71f7427fbeb7ab47710450d372 100644 --- a/efficientnet_pytorch/__init__.py +++ b/efficientnet_pytorch/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.0" +__version__ = "0.7.1" from .model import EfficientNet, VALID_MODELS from .utils import ( GlobalParams, diff --git a/setup.py b/setup.py index c4d3fee7c7d6ae84dcd196b573ebdff5f35b8b3f..eb8d95a136169d2178f6525965afac2ab2a824aa 100644 --- a/setup.py +++ b/setup.py @@ -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 = [