Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
naddeoa committed Jan 1, 2024
1 parent a477298 commit 9b1c8fb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.6
current_version = 1.0.7
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: ["release"]

env:
VERSION: 1.0.6
VERSION: 1.0.7

jobs:
release:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9b1c8fb

Please sign in to comment.