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"