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