From b2278326ba16eeca9bc69f33ee5565e3a30530a9 Mon Sep 17 00:00:00 2001 From: adrinjalali Date: Wed, 7 Jun 2023 12:36:26 +0200 Subject: [PATCH] MNT bump versions on the dev branch to 0.8 --- 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 b92bcc5f..6e7a42dd 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -9,6 +9,9 @@ skops Changelog :depth: 1 :local: +v0.8 +---- + v0.7 ---- diff --git a/skops/__init__.py b/skops/__init__.py index 7c2f8bd3..cd1a08a7 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.7.dev0" +__version__ = "0.8.dev0" try: # This variable is injected in the __builtins__ by the build