Skip to content

Commit

Permalink
updated version number (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartBakler authored Feb 5, 2024
1 parent d7d810c commit e6cd700
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 <[email protected]>", "Mart Bakler <[email protected]>"]

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 = [email protected]
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

0 comments on commit e6cd700

Please sign in to comment.