Skip to content

Commit 458a52a

Browse files
poetry 2.0.1 and update package version
1 parent 0c5ff68 commit 458a52a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99

1010
env:
11-
POETRY_VERSION: "1.8.3"
11+
POETRY_VERSION: "2.0.1"
1212

1313
jobs:
1414
check:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
PYTHON_VERSION: "3.11"
9-
POETRY_VERSION: "1.8.3"
9+
POETRY_VERSION: "2.0.1"
1010

1111
jobs:
1212
build:

docs/overview/cli.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
},
1818
{
1919
"cell_type": "code",
20-
"execution_count": 1,
20+
"execution_count": 2,
2121
"metadata": {},
2222
"outputs": [
2323
{
2424
"name": "stdout",
2525
"output_type": "stream",
2626
"text": [
27-
"12:07:26 [RedisVL] INFO RedisVL version 0.6.0\n"
27+
"14:33:37 [RedisVL] INFO RedisVL version 0.8.0\n"
2828
]
2929
}
3030
],

redisvl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.1"
1+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)