Skip to content

Commit 0823856

Browse files
committed
TensorLayerx 0.5.5 release
1 parent fec76fc commit 0823856

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
MAJOR = 0
2222
MINOR = 5
23-
PATCH = 4
23+
PATCH = 5
2424
PRE_RELEASE = ''
2525
# Use the following formatting: (major, minor, patch, prerelease)
2626
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)

tensorlayerx/package_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

0 commit comments

Comments
 (0)