From 0aec0587a3d99f93fbd9bccab1be53d518f52bd8 Mon Sep 17 00:00:00 2001 From: Peter Briggs Date: Tue, 11 Aug 2026 15:31:37 +0100 Subject: [PATCH] Bump version to 0.68.1. --- auto_process_ngs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_process_ngs/__init__.py b/auto_process_ngs/__init__.py index 9f03c1921..27ea90d34 100644 --- a/auto_process_ngs/__init__.py +++ b/auto_process_ngs/__init__.py @@ -1,5 +1,5 @@ # Current version of the library -__version__ = '0.68.0' +__version__ = '0.68.1' def get_version(): """Returns a string with the current version of the library (e.g., "0.2.0")