From 7f3f0310f1b8db4a53ca0162e23330efdd7b2920 Mon Sep 17 00:00:00 2001 From: Tianyu Du Date: Thu, 21 Jul 2022 15:28:37 -0700 Subject: [PATCH] version 0.0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a75c06..bf2215b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # This call to setup() does all the work setup( name="torch_choice", - version="0.0.4", + version="0.0.5", description="A Pytorch Backend Library for Choice Modelling", long_description=README, long_description_content_type="text/markdown",