diff --git a/README.md b/README.md
index feb2005bc8..674b858694 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
# A Framework for Hyperdrive Trading Strategies
-This repo by [DELV](https://delv.tech) contains tools for you to deploy automated trading agents, perform market simulations, and conduct trading research. Read on for more info or jump to the [quickstart guide](https://agent0.readthedocs.io/en/latest/#quickstart).
+This repo by [DELV](https://delv.tech) contains tools for you to deploy automated trading agents, perform market simulations, and conduct trading research. Read on for more info or jump to the [quickstart guide](https://agent0.readthedocs.io/en/latest/#quickstart-agent0-repo).
diff --git a/pyproject.toml b/pyproject.toml
index 646c6610cc..21d9139b91 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "agent0"
-version = "0.24.0"
+version = "0.25.0"
# Authors are the current, primary stewards of the repo
# contributors can be found on github
authors = [
@@ -33,7 +33,7 @@ dependencies = [
"fixedpointmath>=0.2.1",
"hexbytes>=1.2.1",
"hyperdrivepy==0.17.1",
- "hyperdrivetypes>=1.0.19.6",
+ "hyperdrivetypes==1.0.20.7",
"ipython>=8.26.0",
"matplotlib>=3.9.2",
"mplfinance>=0.12.10b0",