Skip to content

Commit e6cd700

Browse files
authored
updated version number (#133)
1 parent d7d810c commit e6cd700

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = tanuki.py
3-
version = 0.1.4
3+
version = 0.2.0
44
author = Jack Hopkins
55
author_email = jack.hopkins@me.com
66
description = The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
setup(
66
name='tanuki.py', # How you named your package folder (MyLib)
77
packages=find_packages(), # Chose the same as "name"
8-
version='0.1.4',
8+
version='0.2.0',
99
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
1010
description='The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time.',
1111
# Give a short description about your library

tanuki.draft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tanuki v0.1.4 - Easily build LLM-powered apps that get cheaper and faster over time.
1+
# Tanuki v0.2.0 - Easily build LLM-powered apps that get cheaper and faster over time.
22

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

0 commit comments

Comments
 (0)