Skip to content

Commit

Permalink
Updated version number to 0.1.3
Browse files Browse the repository at this point in the history
Description: This commit updates the version number in the setup.cfg and setup.py files from 0.1.1 to 0.1.3. The author and author_email fields in the setup.cfg file remain unchanged. Additionally, the description field in both files has been updated to provide a clearer explanation of the package's purpose - "The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time."
  • Loading branch information
Jack Hopkins committed Nov 28, 2023
1 parent f83ca40 commit 2d73965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1
version = 0.1.3
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.2',
version='0.1.3',
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

0 comments on commit 2d73965

Please sign in to comment.