Skip to content

Commit 26fa22d

Browse files
committed
new version
1 parent 050bd60 commit 26fa22d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3.1"
1+
__version__ = "0.3.2"
22

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='mchmm',
6-
version='0.3.1',
6+
version='0.3.2',
77
description='Markov chains and Hidden Markov models',
88
long_description=open(join(dirname(__file__), 'DESCRIPTION.rst')).read(),
99
url='http://github.com/maximtrp/mchmm',

0 commit comments

Comments
 (0)