From de1e974b0a4854d44e7e6e835b5c2fa1d7f75e2d Mon Sep 17 00:00:00 2001 From: 8baller Date: Sun, 14 Apr 2024 11:02:23 +0100 Subject: [PATCH] Bump to 0.2.7 --- pyproject.toml | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5558553..f67463c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lyra-v2-client" -version = "0.2.6" +version = "0.2.7" description = "" authors = ["8baller <8ball030@gmail.com>"] readme = "README.md" diff --git a/tbump.toml b/tbump.toml index 924cf60..96eb8ab 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.2.6" +current = "0.2.7" # Example of a semver regexp. # Make sure this matches current_version before