Skip to content

Commit

Permalink
Commit Subject Line: Bump version to 0.1.1
Browse files Browse the repository at this point in the history
Description:
  • Loading branch information
Jack Hopkins committed Nov 28, 2023
1 parent 758e02b commit d7205a7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.0"
version = "0.1.1"
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.0
version = 0.1.1
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 @@ -3,7 +3,7 @@
setup(
name='tanuki.py', # How you named your package folder (MyLib)
packages=['tanuki'], # Chose the same as "name"
version='0.1.0', # Start with a small number and increase it with every change you make
version='0.1.1',
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 src/tanuki.py.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: tanuki.py
Version: 0.1.0
Version: 0.1.1
Summary: The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time.
Home-page: https://github.com/tanuki/tanuki.py
Author: Jack Hopkins
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.0 - An LLM framework for perfectionists with deadlines
# Tanuki v0.1.1 - An LLM framework for perfectionists with deadlines

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

Expand Down

0 comments on commit d7205a7

Please sign in to comment.