From e302f12e3e447d8c0f8e89bf927cb2225aa738c8 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 25 Jul 2024 07:45:23 +0100 Subject: [PATCH] info for release 7.2.1 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c98f0f36..45fa9488 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ packages = find: zip_safe = True include_package_data = True install_requires = - SpiNNFrontEndCommon == 1!7.1.1 + SpiNNFrontEndCommon == 1!7.2.1 [options.package_data] * = @@ -52,7 +52,7 @@ install_requires = [options.extras_require] test = - SpiNNakerTestBase == 1!7.1.1 + SpiNNakerTestBase == 1!7.2.1 # pytest will be brought in by pytest-cov pytest-cov testfixtures