Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

updated version number #133

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[tool.poetry]
name = "tanuki.py"
version = "0.1.4"
version = "0.2.0"
description = "The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time."
authors = ["Jack Hopkins <jack@paperplane.ai>", "Mart Bakler <mart@paperplane.ai>"]

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = tanuki.py
version = 0.1.4
version = 0.2.0
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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4',
version='0.2.0',
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
Expand Down
2 changes: 1 addition & 1 deletion tanuki.draft.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tanuki v0.1.4 - Easily build LLM-powered apps that get cheaper and faster over time.
# Tanuki v0.2.0 - Easily build LLM-powered apps that get cheaper and faster over time.

![Discord](https://img.shields.io/discord/1168948553222197248)

Expand Down