Skip to content

Commit

Permalink
update version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhector committed Apr 14, 2022
1 parent f21e8c6 commit 5b56ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setuptools.setup(
name="texar-pytorch",
version="0.1.3",
version="0.1.4",
url="https://github.com/asyml/texar-pytorch",

description="Toolkit for Machine Learning and Text Generation",
Expand Down
2 changes: 1 addition & 1 deletion texar/torch/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

_MAJOR = "0"
_MINOR = "1"
_REVISION = "3"
_REVISION = "4"

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

0 comments on commit 5b56ad3

Please sign in to comment.