Skip to content

Commit ba22ce9

Browse files
Bumped versions
Signed-off-by: Michael Lam <michael.lam@aixplain.com>
1 parent be4bbeb commit ba22ce9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aixplain/model_interfaces/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "model-interfaces"
22
__description__ = "model-interfaces is the interface to host your models on aiXplain"
33
__url__ = "https://github.com/aixplain/aixplain-models/tree/main/docs"
4-
__version__ = "0.0.2rc3"
4+
__version__ = "0.0.2"
55
__author__ = "Duraikrishna Selvaraju and Michael Lam"
66
__author_email__ = "krishna.durai@aixplain.com"
77
__license__ = "http://www.apache.org/licenses/LICENSE-2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ includes = ["aixplain"]
1515

1616
[project]
1717
name = "model-interfaces"
18-
version = "0.0.2rc3"
18+
version = "0.0.2"
1919
description = "A package specifying the model interfaces supported by aiXplain"
2020
license = { text = "Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0" }
2121
dependencies = [

0 commit comments

Comments
 (0)