Bump version
This commit is contained in:
parent
ec1132008e
commit
8e13520796
2 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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]
|
## [0.2.1]
|
||||||
|
|
||||||
- Fix bug in pip install of v0.2.0 due to .git folder being included in the source distribution
|
- Fix bug in pip install of v0.2.0 due to .git folder being included in the source distribution
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from .llama_cpp import *
|
from .llama_cpp import *
|
||||||
from .llama import *
|
from .llama import *
|
||||||
|
|
||||||
__version__ = "0.2.1"
|
__version__ = "0.2.2"
|
Loading…
Reference in a new issue