Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
Refs #31, #53, #55, #57, #63, #69, #70, #75, #76, #79, #82, #91, #98
  • Loading branch information
simonw committed Jul 12, 2023
1 parent 3afe82f commit a3c0796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

VERSION = "0.4.1"
VERSION = "0.5"


def get_long_description():
Expand Down

0 comments on commit a3c0796

Please sign in to comment.