We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21e8c6 commit 5b56ad3Copy full SHA for 5b56ad3
setup.py
@@ -17,7 +17,7 @@
17
18
setuptools.setup(
19
name="texar-pytorch",
20
- version="0.1.3",
+ version="0.1.4",
21
url="https://github.com/asyml/texar-pytorch",
22
23
description="Toolkit for Machine Learning and Text Generation",
texar/torch/version.py
@@ -14,7 +14,7 @@
14
15
_MAJOR = "0"
16
_MINOR = "1"
-_REVISION = "3"
+_REVISION = "4"
VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
VERSION = "{0}.{1}.{2}".format(_MAJOR, _MINOR, _REVISION)
0 commit comments