From 9ba11cbf03528167c3d444908c049a0dc8e1cd50 Mon Sep 17 00:00:00 2001 From: mykola Date: Mon, 3 Nov 2025 09:13:30 +0300 Subject: [PATCH] Updated version --- .gitignore | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 18ece59..453817f 100644 --- a/.gitignore +++ b/.gitignore @@ -163,3 +163,5 @@ cython_debug/ /.vscode/settings.json /tests/testresources/pdfs/private/ /.run/* +/tests/testresources/private/ +/tests/models/detectors/test_signature_detector_private.py diff --git a/pyproject.toml b/pyproject.toml index e5388d3..f46cd01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scaledp" -version = "0.2.4rc13" +version = "0.2.4" description = "ScaleDP is a library for processing documents using Apache Spark and LLMs" authors = ["Mykola Melnyk "] repository = "https://github.com/StabRise/scaledp"