Skip to content

Commit a60ca20

Browse files
committed
Publish 1.0.2 version
1 parent 60cea98 commit a60ca20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
AUTHOR = 'ZHANG Zhi'
2222
REQUIRES_PYTHON = '>=3.5.0'
23-
VERSION = '1.0.1'
23+
VERSION = '1.0.2'
2424

2525
# What packages are required for this module to be executed?
2626
REQUIRED = [

vision_transformer_pytorch/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.2"
22
from .model import VisionTransformer, VALID_MODELS
33
from .utils import (
44
Params,

0 commit comments

Comments
 (0)