Bump version

This commit is contained in:
Andrei Betlen 2023-09-15 14:22:21 -04:00
parent c7f45a7468
commit acf18fcdf0
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Update llama.cpp to 80291a1d02a07f7f66666fb576c5b1e75aa48b46
## [0.2.5]
- Fix docker images missing starlette-context dependency by @abetlen in 22917989003c5e67623d54ab45affa1e0e475410

View file

@ -1,4 +1,4 @@
from .llama_cpp import *
from .llama import *
__version__ = "0.2.5"
__version__ = "0.2.6"