From 516c265b1261bd6bb873cd76f420ec0246fc3e8b Mon Sep 17 00:00:00 2001 From: Tianyu Du Date: Mon, 18 Sep 2023 15:25:50 +0800 Subject: [PATCH] promote version 1.0.4a --> 1.0.5 --- setup.py | 2 +- torch_choice/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7823c42..9d700f9 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # This call to setup() does all the work setup( name="torch_choice", - version="1.0.4a", + version="1.0.5", description="A Pytorch Backend Library for Choice Modelling", long_description=README, long_description_content_type="text/markdown", diff --git a/torch_choice/__init__.py b/torch_choice/__init__.py index 0d3bf48..87aa2d0 100644 --- a/torch_choice/__init__.py +++ b/torch_choice/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.0.4a' +__version__ = '1.0.5' from .utils.run_helper_lightning import run \ No newline at end of file