diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 29fd953..6005dae 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/applecrate.toml b/applecrate.toml index 74b8ac2..90e8331 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.6" +version = "0.1.7" identifier = "org.rhettbull.applecrate" install = [ [ - "build/applecrate-0.1.6-{{ machine }}", + "build/applecrate-0.1.7-{{ machine }}", "/usr/local/bin/applecrate", ], ] diff --git a/applecrate/version.py b/applecrate/version.py index 0a8da88..f1380ee 100644 --- a/applecrate/version.py +++ b/applecrate/version.py @@ -1 +1 @@ -__version__ = "0.1.6" +__version__ = "0.1.7"