We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b825162 commit a5ca580Copy full SHA for a5ca580
gmr/__init__.py
@@ -5,7 +5,7 @@
5
Gaussian Mixture Models (GMMs) for clustering and regression in Python.
6
"""
7
8
-__version__ = "1.6.2"
+__version__ = "2.0.0"
9
10
try:
11
# Idea from sklearn:
0 commit comments