Release v0.1.0 (#313)

This commit is contained in:
Alonso Guevara 2024-07-01 15:54:44 -06:00 committed by GitHub
parent 81b81cf60b
commit 3093251148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 5 deletions

10
.semversioner/0.1.0.json Normal file
View File

@ -0,0 +1,10 @@
{
"changes": [
{
"description": "Initial Release",
"type": "minor"
}
],
"created_at": "2024-07-01T21:48:50+00:00",
"version": "0.1.0"
}

View File

@ -1,4 +0,0 @@
{
"type": "minor",
"description": "Initial Release"
}

View File

@ -1,7 +1,7 @@
[tool.poetry] [tool.poetry]
name = "graphrag" name = "graphrag"
# Maintainers: do not change the version here manually, use ./scripts/release.sh # Maintainers: do not change the version here manually, use ./scripts/release.sh
version = "0.0.1" version = "0.1.0"
description = "" description = ""
authors = [ authors = [
"Alonso Guevara Fernández <alonsog@microsoft.com>", "Alonso Guevara Fernández <alonsog@microsoft.com>",