File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 67
67
# built documents.
68
68
#
69
69
# The short X.Y version.
70
- version = '1.5.3 '
70
+ version = '1.5.4 '
71
71
# The full version, including alpha/beta/rc tags.
72
- release = '1.5.3 '
72
+ release = '1.5.4 '
73
73
74
74
# The language for content autogenerated by Sphinx. Refer to documentation
75
75
# for a list of supported languages.
143
143
# The name for this set of Sphinx documents.
144
144
# "<project> v<release> documentation" by default.
145
145
#
146
- # html_title = 'TensorLayer v1.5.3 '
146
+ # html_title = 'TensorLayer v1.5.4 '
147
147
148
148
# A shorter title for the navigation bar. Default is the same as html_title.
149
149
#
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = "tensorlayer" ,
13
- version = "1.5.3 " ,
13
+ version = "1.5.4 " ,
14
14
include_package_data = True ,
15
15
author = 'TensorLayer Contributors' ,
16
16
Original file line number Diff line number Diff line change 26
26
act = activation
27
27
vis = visualize
28
28
29
- __version__ = "1.5.3 "
29
+ __version__ = "1.5.4 "
30
30
31
31
global_flag = {}
32
32
global_dict = {}
You can’t perform that action at this time.
0 commit comments