From ed8536b2c540573bca9150f3a8b63728dd668424 Mon Sep 17 00:00:00 2001 From: 8baller Date: Sun, 14 Apr 2024 11:30:59 +0100 Subject: [PATCH] Bump to 0.1.8 --- pyproject.toml | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5a59ffb..787a4d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hundred-x" -version = "0.1.7" +version = "0.1.8" description = "# hundred_x" authors = ["8baller <8ball030@gmail.com>"] readme = "README.md" diff --git a/tbump.toml b/tbump.toml index c794116..f55b97b 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.1.7" +current = "0.1.8" # Example of a semver regexp. # Make sure this matches current_version before