Skip to content

Commit 2aae3b1

Browse files
authored
MNT set version for the release (#218)
1 parent ca93021 commit 2aae3b1

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.3.dev0"
19+
__version__ = "0.3.0"
2020

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

0 commit comments

Comments
 (0)