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 a0981c5 commit f875802Copy full SHA for f875802
docs/conf.py
@@ -67,9 +67,9 @@
67
# built documents.
68
#
69
# The short X.Y version.
70
-version = '1.4.3'
+version = '1.4.4'
71
# The full version, including alpha/beta/rc tags.
72
-release = '1.4.3'
+release = '1.4.4'
73
74
# The language for content autogenerated by Sphinx. Refer to documentation
75
# for a list of supported languages.
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name = "tensorlayer",
13
- version = "1.4.3",
+ version = "1.4.4",
14
include_package_data=True,
15
author='TensorLayer Contributors',
16
author_email='[email protected]',
tensorlayer/__init__.py
@@ -25,7 +25,7 @@
25
from . import rein
26
27
28
-__version__ = "1.4.3"
+__version__ = "1.4.4"
29
30
global_flag = {}
31
global_dict = {}
0 commit comments