From 6f641e280943621c5e1c3aeb306a6c6b97e26839 Mon Sep 17 00:00:00 2001 From: adrinjalali Date: Tue, 10 Dec 2024 11:34:06 +0100 Subject: [PATCH] Bump version to 0.11.0 --- skops/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skops/__init__.py b/skops/__init__.py index ebd63a0e..90003a57 100644 --- a/skops/__init__.py +++ b/skops/__init__.py @@ -16,7 +16,7 @@ # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = "0.11.dev0" +__version__ = "0.11.0" try: # This variable is injected in the __builtins__ by the build