diff --git a/friendli/py.typed b/friendli/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/pyproject.toml b/pyproject.toml index 32db3ce8..30ea7e41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,13 @@ [tool.poetry] name = "friendli-client" -version = "1.2.3" +version = "1.2.4" description = "Client of Friendli Suite." license = "Apache-2.0" authors = ["FriendliAI teams "] packages = [ { include = "friendli" }, ] +include = ["friendli/py.typed"] readme = "README.md" homepage = "https://friendli.ai/" repository = "https://github.com/friendliai/friendli-client"