Bump version

This commit is contained in:
Andrei Betlen 2023-09-13 01:47:58 -04:00
parent ec1132008e
commit 8e13520796
2 changed files with 5 additions and 1 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.2]
- Fix bug in pip install of v0.2.1 due to scikit-build-core removing all `.metal` files in the source distribution
## [0.2.1]
- Fix bug in pip install of v0.2.0 due to .git folder being included in the source distribution

View file

@ -1,4 +1,4 @@
from .llama_cpp import *
from .llama import *
__version__ = "0.2.1"
__version__ = "0.2.2"