From e72eddc7547ad72e94da3a48d4c1b04d9432058f Mon Sep 17 00:00:00 2001 From: Yann Vaillant Date: Fri, 19 Apr 2024 10:05:12 +0800 Subject: [PATCH] chore: bump to 5.0.1 mostly to test the pipelines end to end :) --- protoplasm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protoplasm/__init__.py b/protoplasm/__init__.py index 6c950d3..73e3d2f 100644 --- a/protoplasm/__init__.py +++ b/protoplasm/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.0' +__version__ = '5.0.1' __author__ = 'Thordur Matthiasson ' __license__ = 'MIT License'