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 6767# built documents.
6868#
6969# The short X.Y version.
70- version = '1.8.3rc0 '
70+ version = '1.8.3 '
7171# The full version, including alpha/beta/rc tags.
72- release = '1.8.3rc0 '
72+ release = '1.8.3 '
7373
7474# The language for content autogenerated by Sphinx. Refer to documentation
7575# for a list of supported languages.
143143# The name for this set of Sphinx documents.
144144# "<project> v<release> documentation" by default.
145145#
146- # html_title = 'TensorLayer v1.8.3rc0 '
146+ # html_title = 'TensorLayer v1.8.3 '
147147
148148# A shorter title for the navigation bar. Default is the same as html_title.
149149#
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "tensorlayer" ,
13- version = "1.8.3rc0 " ,
13+ version = "1.8.3 " ,
1414 include_package_data = True ,
1515 author = 'TensorLayer Contributors' ,
1616
Original file line number Diff line number Diff line change 2323act = activation
2424vis = visualize
2525
26- __version__ = "1.8.3rc0 "
26+ __version__ = "1.8.3 "
2727
2828global_flag = {}
2929global_dict = {}
You can’t perform that action at this time.
0 commit comments