diff --git a/setup.cfg b/setup.cfg index b11bec6..41fc781 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = tanuki.py -version = 0.1.1 +version = 0.1.3 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. diff --git a/setup.py b/setup.py index c5d3e05..5813bb3 100644 --- a/setup.py +++ b/setup.py @@ -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