Skip to content

Commit 3be143e

Browse files
committed
Updated version
1 parent ee826d4 commit 3be143e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

efficientnet_pytorch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.5.0"
22
from .model import EfficientNet
33
from .utils import (
44
GlobalParams,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
AUTHOR = 'Luke'
2020
REQUIRES_PYTHON = '>=3.5.0'
21-
VERSION = '0.4.1'
21+
VERSION = '0.5.0'
2222

2323
# What packages are required for this module to be executed?
2424
REQUIRED = [

0 commit comments

Comments
 (0)