From f540df31c2a5dc739e4e8585ddf46a6bf7a27c20 Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Mon, 13 Nov 2023 13:25:13 -0800 Subject: [PATCH] chore: bump version --- README.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd2ce2a..74976b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Climate Token Driver Suite +![Minimum Chia Version](https://raw.githubusercontent.com/Chia-Network/core-registry-api/main/minimumChiaVersion.svg) ![Tested Up to Chia Version](https://raw.githubusercontent.com/Chia-Network/core-registry-api/main/testedChiaVersion.svg) This application can run in 4 modes, each providing a separate application with a distinct use case: diff --git a/pyproject.toml b/pyproject.toml index e16ba58..b754df6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Chia Climate Token Driver" -version = "1.0.35" +version = "1.0.36" description = "https://github.com/Chia-Network/climate-token-driver" authors = ["Harry Hsu ", "Chia Network Inc "]