Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Mar 30, 2016
1 parent 9bc65db commit 51475b7
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -45,4 +45,4 @@
from .NaiveBayes import *
from .MarkovChain import *

__version__ = '0.3.8'
__version__ = '0.4.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

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

0 comments on commit 51475b7

Please sign in to comment.