From cb124713d63c6999ccf97cc03ab241d8a569c470 Mon Sep 17 00:00:00 2001 From: britiscurious Date: Fri, 8 May 2020 23:06:32 +0200 Subject: [PATCH] version increment after adding --export-as-hardlink option --- osxphotos/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osxphotos/_version.py b/osxphotos/_version.py index 9815fa64..2a780cb0 100644 --- a/osxphotos/_version.py +++ b/osxphotos/_version.py @@ -1,3 +1,3 @@ """ version info """ -__version__ = "0.28.13" +__version__ = "0.28.14"