From 8860274bdbf7325d776c594050ad35659297df88 Mon Sep 17 00:00:00 2001 From: Sheng Lundquist Date: Fri, 28 Jun 2024 18:45:54 -0500 Subject: [PATCH] Version bump to v0.21.9 (#1583) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40250e1698..e68050509a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agent0" -version = "0.21.8" +version = "0.21.9" # Authors are the current, primary stewards of the repo # contributors can be found on github authors = [ @@ -33,7 +33,7 @@ dependencies = [ "flask", "flask-expects-json", "hexbytes", - "hyperdrivepy==0.16.1", + "hyperdrivepy==0.16.2", "ipython", "matplotlib", "mplfinance",