From 4330f1cb133fb87b3da5d03dac226ae304eca3fd Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Tue, 19 Mar 2024 22:14:21 -0700 Subject: [PATCH] ppl/__init__.py: Bump version to 0.8.10rc1 --- ppl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppl/__init__.py b/ppl/__init__.py index 3452bfc..171fc8f 100644 --- a/ppl/__init__.py +++ b/ppl/__init__.py @@ -127,7 +127,7 @@ Remove the _mutable_immutable class. """ -__version__ = "0.8.9" +__version__ = "0.8.10rc1" from .linear_algebra import ( Variable, Variables_Set, Linear_Expression,