From ea13ed09793f37fc496002abc35a9bb877388849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Wed, 9 Oct 2024 16:04:41 +0200 Subject: [PATCH] Pre-relase 0.8: writer support. - new abstract base classes for header and container - access to more blocks and packets properties - track block offset within the cleartext data - iterator for only deciphered blocks - abstract container writer - tests for writer and related functionality --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9284170..fc27c04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oarepo_c4gh" -version = "0.7" +version = "0.8" authors = [ { name = "Dominik Pantůček", email = "dominik.pantucek@trustica.cz" } ]