From 52d4ddc1d5acb21009970063006f2934b3d32448 Mon Sep 17 00:00:00 2001 From: Tim Schaefer Date: Wed, 13 Nov 2024 14:34:45 +0100 Subject: [PATCH] FIX: fix minor typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a82711..cacb954 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This package is not under heavy development anymore, but that does not mean that ## News -* 2024-11-0613: We just released version 0.3.1 of NeuroFormats. This version has updated compatibility entries to work with more recent versions of its dependencies and some improvements to the test code. See the [CHANGES](./CHANGES) for more details. Thanks to @JakobAsslaender for contributions. +* 2024-11-13: We just released version 0.3.1 of NeuroFormats. This version has updated compatibility entries to work with more recent versions of its dependencies and some improvements to the test code. See the [CHANGES](./CHANGES) for more details. Thanks to @JakobAsslaender for contributions. * 2023-07-06: We just released version 0.3.0 of NeuroFormats. This version has been updated for recent Julia versions and works with Julia 1.9. It also adds support for writing label files. See the [CHANGES](./CHANGES) for more details. ## Installation