From a63a4518344e2c4f17118c755a991f82d8d072f7 Mon Sep 17 00:00:00 2001 From: calvinleng-science Date: Mon, 15 Jun 2026 17:54:13 -0700 Subject: [PATCH] bump version for peripheral sdk --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5020613..baddce2 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def stamp_api_version(): setup( name="science-synapse", - version="2.7.3", + version="2.7.4", description="Client library and CLI for the Synapse API", author="Science Team", author_email="team@science.xyz",