Release 0.5

Refs #31, #53, #55, #57, #63, #69, #70, #75, #76, #79, #82, #91, #98
This commit is contained in:
Simon Willison 2023-07-12 07:22:17 -07:00
parent 3afe82f7a6
commit a3c079606c
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Changelog
(v0_5)=
## Unreleased
## 0.5 (2023-07-12)
LLM now supports **additional language models**, thanks to a new {ref}`plugins mechanism <installing-plugins>` for installing additional models.

View file

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
VERSION = "0.4.1"
VERSION = "0.5"
def get_long_description():