From a02dd473a0bd49d453d7acc54a81461c40eceb17 Mon Sep 17 00:00:00 2001 From: Angel Campoverde Date: Wed, 15 Jan 2025 17:06:28 +0800 Subject: [PATCH] Bumping --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5f3feb..eb1817f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = 'post_ap' description = 'Project with code needed to filter, trim and slim ntuples produced by AP' -version = '0.2.8' +version = '0.2.9' readme = 'README.md' dependencies= ['tqdm', 'apd', 'data_manipulation_utilities>0.1.2']