diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 95300c2..f93b5b8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.7 +current_version = 1.0.8 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 3ab8357..b7a199a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: branches: ["release"] env: - VERSION: 1.0.7 + VERSION: 1.0.8 jobs: release: diff --git a/pyproject.toml b/pyproject.toml index 1c62927..befad63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "booty-cli" -version = "1.0.7" +version = "1.0.8" 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"