Skip to content

Commit 5b56ad3

Browse files
committed
update version to 1.4
1 parent f21e8c6 commit 5b56ad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setuptools.setup(
1919
name="texar-pytorch",
20-
version="0.1.3",
20+
version="0.1.4",
2121
url="https://github.com/asyml/texar-pytorch",
2222

2323
description="Toolkit for Machine Learning and Text Generation",

texar/torch/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
_MAJOR = "0"
1616
_MINOR = "1"
17-
_REVISION = "3"
17+
_REVISION = "4"
1818

1919
VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
2020
VERSION = "{0}.{1}.{2}".format(_MAJOR, _MINOR, _REVISION)

0 commit comments

Comments
 (0)