We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f88f1e commit c556fbbCopy full SHA for c556fbb
.github/workflows/python-publish.yml
@@ -36,9 +36,6 @@ jobs:
36
with:
37
poetry-version: ${{ env.POETRY_VERSION }}
38
39
- - name: Add poetry-dynamic-versioning plugin
40
- run: poetry self add "poetry-dynamic-versioning[plugin]"
41
-
42
- name: Install dependencies
43
shell: bash
44
run: poetry install
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "graphrag"
3
# Maintainers: do not change the version here manually, use ./scripts/release.sh
4
-version = "0.1.0"
+version = "0.1.1"
5
description = ""
6
authors = [
7
"Alonso Guevara Fernández <alonsog@microsoft.com>",
0 commit comments