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 12, 2024
1 parent b75d257 commit 6e9602c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.13
current_version = 1.0.14
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.13
VERSION: 1.0.14

jobs:
release:
Expand Down
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.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"
Expand Down

0 comments on commit 6e9602c

Please sign in to comment.