From a1647c2d3671f01e80a7e8fd49c23cfb05d2358e Mon Sep 17 00:00:00 2001 From: Adrin Jalali Date: Tue, 24 Jan 2023 15:12:22 +0100 Subject: [PATCH] MNT bump version to 0.5 (#279) --- 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