Skip to content

Commit

Permalink
Merge pull request #89 from BinPro/develop
Browse files Browse the repository at this point in the history
Bumped version to 0.3.2 in setup.py as well
  • Loading branch information
alneberg committed Jun 9, 2014
2 parents d7cd7f9 + 5d2cad9 commit 9246dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys, os
from distutils.core import Extension

version = '0.3.1'
version = '0.3.2'

module1 = Extension('vbgmm',
libraries =['gsl', 'gslcblas'],
Expand Down

0 comments on commit 9246dc9

Please sign in to comment.