From 7cc068b80b0cff113ad5477355218ad45f27918f Mon Sep 17 00:00:00 2001 From: Tianyu Du Date: Thu, 21 Jul 2022 15:30:34 -0700 Subject: [PATCH] add version 0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 82d2626..372c6f6 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.2", + version="0.1.3", description="A Pytorch Backend Library for Choice Modelling with Bayesian Matrix Factorization", long_description=README, long_description_content_type="text/markdown",