chore(main): release core 0.0.3 (#2817)

🤖 I have created a release *beep* *boop*
---


##
[0.0.3](https://github.com/QuivrHQ/quivr/compare/core-0.0.2...core-0.0.3)
(2024-07-09)


### Bug Fixes

* **pyproject:** fixed to quivr github
([#2816](https://github.com/QuivrHQ/quivr/issues/2816))
([5a4ac00](5a4ac001d0))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
Stan Girard 2024-07-09 16:57:16 +02:00 committed by GitHub
parent 5a4ac001d0
commit f77c8e65a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
"backend/core": "0.0.2"
"backend/core": "0.0.3"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.0.3](https://github.com/QuivrHQ/quivr/compare/core-0.0.2...core-0.0.3) (2024-07-09)
### Bug Fixes
* **pyproject:** fixed to quivr github ([#2816](https://github.com/QuivrHQ/quivr/issues/2816)) ([5a4ac00](https://github.com/QuivrHQ/quivr/commit/5a4ac001d0ba26af0c48aea7d9807c66b5fdd48d))
## [0.0.2](https://github.com/QuivrHQ/quivr/compare/core-v0.0.1...core-0.0.2) (2024-07-09)

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "quivr-core"
version = "0.0.2"
version = "0.0.3"
description = "Quivr core RAG package"
authors = []
readme = "README.md"