From dbfa92c3d52bad9d4e140584bbe1dc03793b76f2 Mon Sep 17 00:00:00 2001 From: Calvin Leng Date: Wed, 11 Feb 2026 15:10:56 -0800 Subject: [PATCH] chore: bump version for SD card supprot --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 979f071..263df0f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="science-synapse", - version="2.4.1", + version="2.5.0", description="Client library and CLI for the Synapse API", author="Science Team", author_email="team@science.xyz",