Skip to content

Commit 42e58cc

Browse files
committed
update version
1 parent 834badd commit 42e58cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

forte/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
_MAJOR = "0"
1616
_MINOR = "1"
1717
_REVISION = "0"
18-
_PRE = "a2"
18+
_PRE = "a10"
1919

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="forte",
12-
version="0.1.0a2",
12+
version="0.1.0a10",
1313
url="https://github.com/asyml/forte",
1414

1515
description="Forte is extensible framework for building composable and "

0 commit comments

Comments
 (0)