diff --git a/pyproject.toml b/pyproject.toml index a9c6137..31d07e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [tool.poetry] name = "tanuki.py" -version = "0.1.3" +version = "0.1.4" description = "The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time." authors = ["Jack Hopkins ", "Mart Bakler "] diff --git a/setup.cfg b/setup.cfg index 41fc781..9d07559 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = tanuki.py -version = 0.1.3 +version = 0.1.4 author = Jack Hopkins author_email = jack.hopkins@me.com description = The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time. diff --git a/setup.py b/setup.py index 5813bb3..3fb1024 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='tanuki.py', # How you named your package folder (MyLib) packages=find_packages(), # Chose the same as "name" - version='0.1.3', + version='0.1.4', license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository description='The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time.', # Give a short description about your library diff --git a/tanuki.draft.md b/tanuki.draft.md index 2fd3c27..77c8224 100644 --- a/tanuki.draft.md +++ b/tanuki.draft.md @@ -1,4 +1,4 @@ -# Tanuki v0.1.1 - Easily build LLM-powered apps that get cheaper and faster over time. +# Tanuki v0.1.4 - Easily build LLM-powered apps that get cheaper and faster over time. ![Discord](https://img.shields.io/discord/1168948553222197248)