Skip to content

Commit

Permalink
update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlemec committed Oct 14, 2024
1 parent cdac88f commit 17d6d0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gadget/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
from .ggml import GGMLQuantizationType as T
from .tensor import get_tensor_info

__version__ = "0.4.5"
__version__ = "0.4.6"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ requires = ["scikit-build-core[pyproject]>=0.10.7"]
build-backend = "scikit_build_core.build"

[project]
name = "gadget"
name = "gadget-ml"
dynamic = ["version"]
description = "Embeddings library for ggml"
description = "Model creation in Python powered by GGML"
readme = "README.md"
license = { text = "MIT" }
authors = [
Expand Down

0 comments on commit 17d6d0d

Please sign in to comment.