Skip to content

Commit cbe0010

Browse files
joeinNirantK
andauthored
chore: update bug-report (#232)
Co-authored-by: Nirant <[email protected]>
1 parent 99164c9 commit cbe0010

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
validations:
1717
required: true
1818
- type: textarea
19-
id: Python version
19+
id: python-version
2020
attributes:
2121
label: What Python version are you on? e.g. python --version
2222
description: Also tell us, what package manager are you using e.g. conda, pip, poetry?
@@ -29,7 +29,8 @@ body:
2929
label: Version
3030
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.
3131
options:
32-
- 0.2.6 (Latest)
32+
- 0.2.7 (Latest)
33+
- 0.2.6
3334
- 0.2.5
3435
- 0.2.4
3536
- 0.2.3

0 commit comments

Comments
 (0)