summary history branches tags files
commit:c6bd3ab56b194351cdeaeed02656d25203d89b73
author:Trevor Bentley
committer:Trevor Bentley
date:Thu Jan 16 03:02:28 2025 +0100
parents:b004036002c1d214c6758b814d85a899e5ecaea2
bump to version 0.2.1
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index 52b80d6..85ca3b6
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -798,7 +798,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 
 [[package]]
 name = "photo-what-what"
-version = "0.2.0"
+version = "0.2.1"
 dependencies = [
  "clap",
  "clap_derive",

diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index eb15ff2..773e4fa
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "photo-what-what"
-version = "0.2.0"
+version = "0.2.1"
 edition = "2021"
 authors = ["Trevor Bentley <pww@x.mrmekon.com>"]
 description = "Helper utility to automatically set image metadata with ML assistance."