From 6e9602c1bd0590a6a69e11987bb63f8fff88cb0c Mon Sep 17 00:00:00 2001 From: Anthony Naddeo Date: Fri, 12 Jan 2024 14:29:15 -0800 Subject: [PATCH] Bump for release --- .bumpversion.cfg | 2 +- .github/workflows/release.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dcec769..3b2231a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.13 +current_version = 1.0.14 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? serialize = diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ef28f24..776d353 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: branches: ["release"] env: - VERSION: 1.0.13 + VERSION: 1.0.14 jobs: release: diff --git a/pyproject.toml b/pyproject.toml index aa3b849..e87f883 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "booty-cli" -version = "1.0.13" +version = "1.0.14" description = "A language and command line utility for bootstrapping the setup of personal OS installs." homepage = "https://github.com/naddeoa/booty" repository = "https://github.com/naddeoa/booty"