We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527d05c commit 3170e7dCopy full SHA for 3170e7d
skops/__init__.py
@@ -16,7 +16,7 @@
16
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
17
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
18
#
19
-__version__ = "0.1.dev0"
+__version__ = "0.2"
20
21
try:
22
# This variable is injected in the __builtins__ by the build
0 commit comments