Skip to content

Commit c6dc8ae

Browse files
committed
bump package version
1 parent f4ca333 commit c6dc8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mchmm/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__version__ = "0.4.5"
2-
__all__ = ['MarkovChain', 'HiddenMarkovModel']
1+
__version__ = "0.4.6"
2+
__all__ = ["MarkovChain", "HiddenMarkovModel"]
33

44
from ._hmm import * # noqa
55
from ._mc import * # noqa

0 commit comments

Comments
 (0)