Skip to content

Commit a3da6ff

Browse files
bump version
1 parent 8c07ec6 commit a3da6ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nyrag"
7-
version = "0.0.8"
7+
version = "0.0.9"
88
description = "nyrag"
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.14"

src/nyrag/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.8"
1+
__version__ = "0.0.9"
22

33
import logging
44

0 commit comments

Comments
 (0)