Skip to content

Commit c556fbb

Browse files
Fix versioning (#318)
1 parent 7f88f1e commit c556fbb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
with:
3737
poetry-version: ${{ env.POETRY_VERSION }}
3838

39-
- name: Add poetry-dynamic-versioning plugin
40-
run: poetry self add "poetry-dynamic-versioning[plugin]"
41-
4239
- name: Install dependencies
4340
shell: bash
4441
run: poetry install

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "graphrag"
33
# Maintainers: do not change the version here manually, use ./scripts/release.sh
4-
version = "0.1.0"
4+
version = "0.1.1"
55
description = ""
66
authors = [
77
"Alonso Guevara Fernández <alonsog@microsoft.com>",

0 commit comments

Comments
 (0)