From b932d0edee5a66a318758e32093becca1702d367 Mon Sep 17 00:00:00 2001 From: 8baller <8ball030@gmail.com> Date: Thu, 9 Nov 2023 17:52:23 +0100 Subject: [PATCH] Bump to 0.1.2 --- pyproject.toml | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4da03d..948a839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lyra-client" -version = "0.1.1" +version = "0.1.2" description = "" authors = ["8baller <8ball030@gmail.com>"] readme = "README.md" diff --git a/tbump.toml b/tbump.toml index 768f6bf..b6d3c12 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.1.1" +current = "0.1.2" # Example of a semver regexp. # Make sure this matches current_version before