diff --git a/docs/changes.rst b/docs/changes.rst index e7d0155c..a34b93bb 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -9,6 +9,11 @@ skops Changelog :depth: 1 :local: + +v0.7 +---- + + v0.6 ---- - Added tabular regression example. :pr:`254` by :user:`Thomas Lazarus `. diff --git a/skops/__init__.py b/skops/__init__.py index 2c46541d..7c2f8bd3 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.6.dev0" +__version__ = "0.7.dev0" try: # This variable is injected in the __builtins__ by the build