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 4e426e7 commit 911a9ccCopy full SHA for 911a9cc
tensorlayer/package_info.py
@@ -3,8 +3,8 @@
3
"""Deep learning and Reinforcement learning library for Researchers and Engineers."""
4
5
MAJOR = 2
6
-MINOR = 0
7
-PATCH = 3
+MINOR = 1
+PATCH = 0
8
PRE_RELEASE = ''
9
# Use the following formatting: (major, minor, patch, prerelease)
10
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)
0 commit comments