Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhector committed Sep 8, 2021
1 parent 8bbf1a0 commit b47f06f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
=======
History
=======
0.1.2
— — — — — — — — -
* Simplify the Configurable interface (#517)
* Simplify batcher and batch processing interface (#514, #522)
* Add a DiffAligner to auto align outputs from 3rd party tools (#505)
* Add more augmentation methods (#519, #261)
* Fix a few examples and training interface (#507, #510, #332, #506, #338, #331)
* Several clean up and bug fixes (#509, #496, #494, #495)

0.1.1
— — — — — — — — -
* Implemented connection with Stave (#440).
Expand Down
2 changes: 1 addition & 1 deletion forte/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

_MAJOR = "0"
_MINOR = "1"
_REVISION = "1post1"
_REVISION = "2"

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
VERSION = "{0}.{1}.{2}".format(_MAJOR, _MINOR, _REVISION)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="forte",
version="0.1.1.post1",
version="0.1.2",
url="https:/asyml/forte",
description="Forte is extensible framework for building composable and "
"modularized NLP workflows.",
Expand Down

0 comments on commit b47f06f

Please sign in to comment.