From e5a24380b18ccb0c6ccd3cb13c4c3054e8cdf6c1 Mon Sep 17 00:00:00 2001 From: ymyke Date: Mon, 16 Oct 2023 16:06:02 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06520e2..9a53c3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tessa" -version = "0.8.0" +version = "0.8.1" description = "Find financial assets and get their price history without worrying about different APIs or rate limiting." authors = ["ymyke"] license = "MIT"