From b0624c58656a4ad479210267c037f47d6eab9310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=B6ger?= Date: Fri, 22 Mar 2024 09:49:49 +0100 Subject: [PATCH] bumped setup version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb4b491..71d4ca6 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def parse_requirements(filename): name=PACKAGE_NAME, packages=proj_packages, package_dir={PACKAGE_NAME: SOURCE_DIRECTORY}, - version="0.0.8", + version="0.0.9", author="Fabian Groeger", author_email="fabian.groeger@unibas.ch", description="A holistic self-supervised data cleaning strategy to detect irrelevant samples, near duplicates and label errors.",