Skip to content

Commit c2bb801

Browse files
committed
Merge branch 'main' of github.com:tensorlayer/TensorLayerX into main
2 parents 756b3a4 + 0c03834 commit c2bb801

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ This project is maintained by researchers from Peking University, Imperial Colle
2222
[支持列表](https://shimo.im/sheets/kJGCCTxXvqj99RGV/F5m5Z)
2323

2424

25+
# Document
26+
TensorLayerX has extensive documentation for both beginners and professionals.
27+
28+
[![English Documentation](https://img.shields.io/badge/documentation-english-blue.svg)](https://tensorlayerx.readthedocs.io/en/latest/)
29+
2530

2631
# Design Features
2732

@@ -101,17 +106,11 @@ MLP = CustomModel()
101106
MLP.set_eval()
102107
```
103108

104-
# Document
105-
TensorLayerX has extensive documentation for both beginners and professionals.
106-
107-
[![English Documentation](https://img.shields.io/badge/documentation-english-blue.svg)](https://tensorlayerx.readthedocs.io/en/latest/)
108-
109-
110109
# Contributing
111-
Join our community as a code contributor, find out more in our [Contributing](https://tensorlayerx.readthedocs.io/en/latest/user/contributing.html) guide!
110+
Join our community as a code contributor, find out more in our [Help wanted list](https://github.com/tensorlayer/TensorLayerX/issues/5) and [Contributing](https://tensorlayerx.readthedocs.io/en/latest/user/contributing.html) guide!
111+
112112

113113
# Contact
114-
115114
116115

117116
# Citation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
MAJOR = 0
2222
MINOR = 5
23-
PATCH = 3
23+
PATCH = 4
2424
PRE_RELEASE = ''
2525
# Use the following formatting: (major, minor, patch, prerelease)
2626
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)

tensorlayerx/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
MAJOR = 0
66
MINOR = 5
7-
PATCH = 3
7+
PATCH = 4
88
PRE_RELEASE = ''
99
# Use the following formatting: (major, minor, patch, prerelease)
1010
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)

0 commit comments

Comments
 (0)