From f693c130712371094f5bf92ec62bc9363f2c074c Mon Sep 17 00:00:00 2001 From: Jonathan Helmus Date: Tue, 29 Oct 2024 13:19:44 -0500 Subject: [PATCH] REL: pyfive 0.4.0 --- pyfive/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfive/__init__.py b/pyfive/__init__.py index 9df950e..1427b78 100644 --- a/pyfive/__init__.py +++ b/pyfive/__init__.py @@ -4,4 +4,4 @@ from .high_level import File -__version__ = '0.4.0.dev' +__version__ = '0.4.0'