Skip to content

Commit

Permalink
Update version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Mar 13, 2021
1 parent 79bc294 commit 240b74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Gaussian Mixture Models (GMMs) for clustering and regression in Python.
"""

__version__ = "1.5.dev"
__version__ = "1.5"

from . import gmm, mvn, utils

Expand Down

0 comments on commit 240b74a

Please sign in to comment.