We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050bd60 commit 26fa22dCopy full SHA for 26fa22d
mchmm/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.3.1"
+__version__ = "0.3.2"
2
3
from ._hmm import * # noqa
4
from ._mc import * # noqa
setup.py
@@ -3,7 +3,7 @@
setup(
5
name='mchmm',
6
- version='0.3.1',
+ version='0.3.2',
7
description='Markov chains and Hidden Markov models',
8
long_description=open(join(dirname(__file__), 'DESCRIPTION.rst')).read(),
9
url='http://github.com/maximtrp/mchmm',
0 commit comments