Skip to content

Commit

Permalink
[release] 1.8.0rc (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao authored Feb 24, 2018
1 parent 91cc03d commit 33016c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
# built documents.
#
# The short X.Y version.
version = '1.7.4'
version = '1.8.0rc'
# The full version, including alpha/beta/rc tags.
release = '1.7.4'
release = '1.8.0rc'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="tensorlayer",
version="1.7.4",
version="1.8.0rc",
include_package_data=True,
author='TensorLayer Contributors',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion tensorlayer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
act = activation
vis = visualize

__version__ = "1.7.4"
__version__ = "1.8.0rc"

global_flag = {}
global_dict = {}

0 comments on commit 33016c7

Please sign in to comment.