From e13445c190cf997416e73076f558d02ae9aaa3e9 Mon Sep 17 00:00:00 2001 From: adrinjalali Date: Mon, 23 Oct 2023 14:25:23 +0200 Subject: [PATCH] MNT post 0.9 release --- docs/changes.rst | 3 +++ skops/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index c17e73c6..6b69c0d1 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -9,6 +9,9 @@ skops Changelog :depth: 1 :local: +v0.10 +---- + v0.9 ---- diff --git a/skops/__init__.py b/skops/__init__.py index 58db91ee..9d0ad282 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.9.dev0" +__version__ = "0.10.dev0" try: # This variable is injected in the __builtins__ by the build