From 976ff0654b514c6fca96f573ef9893c8183e5640 Mon Sep 17 00:00:00 2001 From: Henrik Date: Sun, 12 Nov 2023 21:33:34 +0100 Subject: [PATCH] Prepare for 2.0.0 release --- camilladsp/camilladsp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camilladsp/camilladsp.py b/camilladsp/camilladsp.py index b6c61e0..bdcfae7 100644 --- a/camilladsp/camilladsp.py +++ b/camilladsp/camilladsp.py @@ -27,7 +27,7 @@ _reason_from_reply, ) -VERSION = "2.0.0-alpha2" +VERSION = "2.0.0" class CamillaError(ValueError):