We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c07ec6 commit a3da6ffCopy full SHA for a3da6ff
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "nyrag"
7
-version = "0.0.8"
+version = "0.0.9"
8
description = "nyrag"
9
readme = "README.md"
10
requires-python = ">=3.10,<3.14"
src/nyrag/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.8"
+__version__ = "0.0.9"
2
3
import logging
0 commit comments