From 9c37be483073981288eb89d5f821636dd9bd7735 Mon Sep 17 00:00:00 2001 From: Adrin Jalali Date: Mon, 4 Dec 2023 16:54:24 +0100 Subject: [PATCH] MNT post 0.9 release (#400) --- 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