Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Feb 13, 2024
1 parent 6a506bd commit 4a8854a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = 0.1.5
current_version = 0.1.6
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}

Expand Down
4 changes: 2 additions & 2 deletions applecrate.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# The version in this file will be updated by bump2version

app = "applecrate"
version = "0.1.5"
version = "0.1.6"
identifier = "org.rhettbull.applecrate"
install = [
[
"build/applecrate-0.1.5-{{ machine }}",
"build/applecrate-0.1.6-{{ machine }}",
"/usr/local/bin/applecrate",
],
]
Expand Down
2 changes: 1 addition & 1 deletion applecrate/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.5"
__version__ = "0.1.6"

0 comments on commit 4a8854a

Please sign in to comment.