From 2bf9e995ff463cd16bc514bd1dba3d808930ee80 Mon Sep 17 00:00:00 2001 From: 8baller Date: Tue, 26 Dec 2023 20:43:38 +0000 Subject: [PATCH] Bump to 0.1.6 --- pyproject.toml | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 384a554..8c162ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lyra-v2-client" -version = "0.1.5" +version = "0.1.6" description = "" authors = ["8baller <8ball030@gmail.com>"] readme = "README.md" diff --git a/tbump.toml b/tbump.toml index dda3d35..862d800 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.1.5" +current = "0.1.6" # Example of a semver regexp. # Make sure this matches current_version before