Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhector committed Mar 26, 2021
1 parent 834badd commit 42e58cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forte/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
_MAJOR = "0"
_MINOR = "1"
_REVISION = "0"
_PRE = "a2"
_PRE = "a10"

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
VERSION = "{0}.{1}.{2}{3}".format(_MAJOR, _MINOR, _REVISION, _PRE)
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.0a2",
version="0.1.0a10",
url="https://github.com/asyml/forte",

description="Forte is extensible framework for building composable and "
Expand Down

0 comments on commit 42e58cc

Please sign in to comment.