From c751bbfbc32f045ce0f09457e955154f4506d502 Mon Sep 17 00:00:00 2001 From: Nicholas Tolley Date: Sun, 6 Oct 2024 17:35:03 -0500 Subject: [PATCH] change versoin to pre-release 2 --- hnn_core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnn_core/__init__.py b/hnn_core/__init__.py index 11c04f023..542a28f75 100644 --- a/hnn_core/__init__.py +++ b/hnn_core/__init__.py @@ -7,4 +7,4 @@ from .cells_default import pyramidal, basket from .parallel_backends import MPIBackend, JoblibBackend -__version__ = '0.4rc0' +__version__ = '0.4rc1'