Skip to content

Commit a5ca580

Browse files
Version 2.0.0
1 parent b825162 commit a5ca580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gmr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Gaussian Mixture Models (GMMs) for clustering and regression in Python.
66
"""
77

8-
__version__ = "1.6.2"
8+
__version__ = "2.0.0"
99

1010
try:
1111
# Idea from sklearn:

0 commit comments

Comments
 (0)