From 13c326a184e963640864aec461ae1981e41a3512 Mon Sep 17 00:00:00 2001 From: Cassidy Laidlaw Date: Fri, 19 Apr 2024 15:53:54 -0700 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 418704c..7ae03a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] [project] name = "effective-horizon" -version = "0.1.1" +version = "0.1.3" description = 'Code for the NeurIPS 2023 paper "Bridging RL Theory and Practice with the Effective horizon" and the ICLR 2024 paper "The Effective Horizon Explains Deep RL Performance in Stochastic Environments".' authors = [ {name = "Cassidy Laidlaw", email = "cassidy_laidlaw@berkeley.edu"},