Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Dec 8, 2019
1 parent 38ee705 commit eac44a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pomegranate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .MarkovNetwork import MarkovNetwork
from .FactorGraph import FactorGraph

__version__ = '0.11.3'
__version__ = '0.12.0'

os.environ['OMP_NUM_THREADS'] = '1'
os.environ['MKL_NUM_THREADS'] = '1'
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"base",
"bayes",
"BayesianNetwork",
"MarkovNetwork",
"FactorGraph",
"hmm",
"gmm",
Expand Down Expand Up @@ -70,7 +71,7 @@ def finalize_options(self):

setup(
name='pomegranate',
version='0.11.2',
version='0.12.0',
author='Jacob Schreiber',
author_email='jmschreiber91@gmail.com',
packages=[
Expand Down

0 comments on commit eac44a6

Please sign in to comment.