Skip to content

Commit b9df289

Browse files
authored
Update __init__.py
1 parent 239ddd9 commit b9df289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mchmm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.3"
1+
__version__ = "0.4.4"
22
__all__ = ['MarkovChain', 'HiddenMarkovModel']
33

44
from ._hmm import * # noqa

0 commit comments

Comments
 (0)