Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedbb committed Nov 25, 2022
1 parent c1cfc4d commit dd0e3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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__ = "1.2.dev0"
__version__ = "1.2.0rc1"


# On OSX, we can get a runtime error due to multiple OpenMP libraries loaded
Expand Down

0 comments on commit dd0e3e9

Please sign in to comment.