Skip to content

Commit

Permalink
[release] 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao committed Apr 26, 2017
1 parent a0981c5 commit f875802
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.4.3'
version = '1.4.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.3'
release = '1.4.4'

# 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.4.3",
version = "1.4.4",
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 @@ -25,7 +25,7 @@
from . import rein


__version__ = "1.4.3"
__version__ = "1.4.4"

global_flag = {}
global_dict = {}

0 comments on commit f875802

Please sign in to comment.