Skip to content

Commit a2527e6

Browse files
committed
Incremeneted version
1 parent 396b06b commit a2527e6

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.6.0"
1+
__version__ = "0.6.1"
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.6.0'
21+
VERSION = '0.6.1'
2222

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

0 commit comments

Comments
 (0)