Skip to content

Commit 6f641e2

Browse files
committed
Bump version to 0.11.0
1 parent 2bec2ca commit 6f641e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skops/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
1717
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
1818
#
19-
__version__ = "0.11.dev0"
19+
__version__ = "0.11.0"
2020

2121
try:
2222
# This variable is injected in the __builtins__ by the build

0 commit comments

Comments
 (0)