From 832d716b67aa124435671af88d14e8819ab1ed98 Mon Sep 17 00:00:00 2001 From: Tianyu Du Date: Sun, 14 Aug 2022 11:45:52 -0400 Subject: [PATCH] change version to 0.1.4 --- bemb/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",