From 6fea38e95b19ddb539a90e4a3e214192acd52244 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 16 Dec 2024 09:29:52 +0100 Subject: [PATCH] Reset RIPS_DIST_VERSION to 1 --- GrpcInterface/Python/setup.py.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GrpcInterface/Python/setup.py.cmake b/GrpcInterface/Python/setup.py.cmake index bd5f49adf5..8931ca8e89 100644 --- a/GrpcInterface/Python/setup.py.cmake +++ b/GrpcInterface/Python/setup.py.cmake @@ -6,7 +6,7 @@ with open('README.md') as f: with open('LICENSE') as f: license = f.read() -RIPS_DIST_VERSION = '3' +RIPS_DIST_VERSION = '1' setup( name='rips',