Skip to content

Commit

Permalink
Create 0.1.0post1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhector committed Apr 6, 2021
1 parent f45b03a commit 4ec287a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions forte/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

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

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

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

0 comments on commit 4ec287a

Please sign in to comment.