Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhector committed Mar 29, 2021
1 parent b3f54f8 commit 0579b0c
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.2-unreleased",
version="0.1.2",
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 = "2-unreleased"
_REVISION = "2"

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

0 comments on commit 0579b0c

Please sign in to comment.