From a706e26b81a40e70d15abb5e53877e4e68c650a9 Mon Sep 17 00:00:00 2001 From: adrinjalali Date: Tue, 24 Jan 2023 14:51:59 +0100 Subject: [PATCH] MNT bump version to 0.5 --- skops/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skops/__init__.py b/skops/__init__.py index a343cea6..b7315b35 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.3.dev0" +__version__ = "0.5.0" try: # This variable is injected in the __builtins__ by the build