We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a0572 commit 025feefCopy full SHA for 025feef
tensorlayer/__init__.py
@@ -27,7 +27,7 @@
27
vis = visualize
28
29
# Use the following formating: (major, minor, patch, prerelease)
30
-VERSION = (1, 8, 5, 'rc1')
+VERSION = (1, 8, 5, 'rc2')
31
__shortversion__ = '.'.join(map(str, VERSION[:3]))
32
__version__ = '.'.join(map(str, VERSION[:3])) + "".join(VERSION[3:])
33
0 commit comments