From e8d5e520e01354a74595be031bc2a2e3d733c2f9 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Tue, 13 Aug 2024 09:50:18 +0100 Subject: [PATCH] info for release 7.2.2 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9e49bb1..e269ca7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ packages = find: zip_safe = True include_package_data = True install_requires = - SpiNNakerGraphFrontEnd == 1!7.1.1 + SpiNNakerGraphFrontEnd == 1!7.2.2 [options.packages.find] include = @@ -57,7 +57,7 @@ include = [options.extras_require] test = - SpiNNakerTestBase == 1!7.1.1 + SpiNNakerTestBase == 1!7.2.2 # pytest will be brought in by pytest-cov pytest-cov testfixtures