diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8b60962..29fd953 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/applecrate.toml b/applecrate.toml index 9639806..74b8ac2 100644 --- a/applecrate.toml +++ b/applecrate.toml @@ -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", ], ] diff --git a/applecrate/version.py b/applecrate/version.py index 1276d02..0a8da88 100644 --- a/applecrate/version.py +++ b/applecrate/version.py @@ -1 +1 @@ -__version__ = "0.1.5" +__version__ = "0.1.6"