From e7f69457ed67d83c332b1ebff611bfa1fee6d0b2 Mon Sep 17 00:00:00 2001 From: adrinjalali Date: Mon, 22 Jul 2024 16:09:42 +0200 Subject: [PATCH] MNT bump version on main --- skops/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skops/__init__.py b/skops/__init__.py index 9d0ad282..ebd63a0e 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.10.dev0" +__version__ = "0.11.dev0" try: # This variable is injected in the __builtins__ by the build