diff --git a/pyproject.toml b/pyproject.toml index cc435fc..df42134 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "queuepipeio" -version = "0.1.12" +version = "0.1.13" description = "A pipe-based I/O library for efficient data transfer between threads with filtering support" readme = "README.md" requires-python = ">=3.8"