diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6b362f3..95300c2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.6 +current_version = 1.0.7 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 9c93887..32ed5f3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: branches: ["release"] env: - VERSION: 1.0.6 + VERSION: 1.0.7 jobs: release: diff --git a/README.md b/README.md index 42a5175..62f130f 100644 --- a/README.md +++ b/README.md @@ -256,9 +256,7 @@ There are a lot of good things about make though. My favorite relevant parts are Some features that might be useful. If you feel up to contributing then these could be a good starting place. -- Preview current line of stdout in the details window - Timeouts for the installs - - Global variables. This would probably look just like make variables. - Windows support. For all I know it already works, but I don't use Windows. It would be good to get a binary building for Windows users. - Confirm the mac binaries work. I only use Linux personally. diff --git a/pyproject.toml b/pyproject.toml index 05193a4..1c62927 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "booty-cli" -version = "1.0.6" +version = "1.0.7" 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"