Skip to content

Commit 911a9cc

Browse files
authored
Update package_info.py
1 parent 4e426e7 commit 911a9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorlayer/package_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"""Deep learning and Reinforcement learning library for Researchers and Engineers."""
44

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

0 commit comments

Comments
 (0)