diff --git a/bemb/__init__.py b/bemb/__init__.py index 3f35b3f..9822e51 100644 --- a/bemb/__init__.py +++ b/bemb/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.1.0' +__version__ = '0.1.4' import bemb.model import bemb.utils diff --git a/setup.py b/setup.py index 372c6f6..4e87cbd 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # This call to setup() does all the work setup( name="bemb", - version="0.1.3", + version="0.1.4", description="A Pytorch Backend Library for Choice Modelling with Bayesian Matrix Factorization", long_description=README, long_description_content_type="text/markdown",