Skip to content

Commit fa11d0f

Browse files
committed
bump version to 0.5.1
1 parent 50289c6 commit fa11d0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ body:
3939
attributes:
4040
label: FastEmbed version
4141
description: What version of FastEmbed are you running? python -c "import fastembed; print(fastembed.__version__)". If you're not on the latest, please upgrade and see if the problem persists.
42-
placeholder: v0.4.2
42+
placeholder: v0.5.1
4343
validations:
4444
required: true
4545
- type: dropdown

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastembed"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Fast, light, accurate library built for retrieval embedding generation"
55
authors = ["Qdrant Team <[email protected]>", "NirantK <[email protected]>"]
66
license = "Apache License"

0 commit comments

Comments
 (0)