From 263860d0e5d8d852396a6c2e6d1641380e243944 Mon Sep 17 00:00:00 2001 From: 8baller <8ball030@gmail.com> Date: Thu, 1 Feb 2024 10:21:59 +0000 Subject: [PATCH] Bump to 0.2.1 --- pyproject.toml | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aacd0bd..8c116a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lyra-v2-client" -version = "0.2.0" +version = "0.2.1" description = "" authors = ["8baller <8ball030@gmail.com>"] readme = "README.md" diff --git a/tbump.toml b/tbump.toml index 8118e35..ea72b38 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.2.0" +current = "0.2.1" # Example of a semver regexp. # Make sure this matches current_version before