From 7343c0a3fd450991cbc5fe36e4781826aba92565 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 10 Jan 2024 12:09:20 -0800 Subject: [PATCH] Bump version Signed-off-by: Alex Nelson --- case_exiftool/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/case_exiftool/__init__.py b/case_exiftool/__init__.py index 72f5730..8b2c217 100644 --- a/case_exiftool/__init__.py +++ b/case_exiftool/__init__.py @@ -15,7 +15,7 @@ This tool parses the RDF output of ExifTool, mapping it into UCO properties and relationships-of-assumption. An analyst should later annotate the output with their beliefs on its verity. """ -__version__ = "0.9.0" +__version__ = "0.10.0" import argparse import contextlib