We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee826d4 commit 3be143eCopy full SHA for 3be143e
efficientnet_pytorch/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.4.1"
+__version__ = "0.5.0"
2
from .model import EfficientNet
3
from .utils import (
4
GlobalParams,
setup.py
@@ -18,7 +18,7 @@
18
EMAIL = '[email protected]'
19
AUTHOR = 'Luke'
20
REQUIRES_PYTHON = '>=3.5.0'
21
-VERSION = '0.4.1'
+VERSION = '0.5.0'
22
23
# What packages are required for this module to be executed?
24
REQUIRED = [
0 commit comments