Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Dec 21, 2022
1 parent a93d610 commit 31c8a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion case_exiftool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0"
__version__ = "0.5.0"

import argparse
import contextlib
Expand Down
2 changes: 1 addition & 1 deletion tests/src/compact.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
https://www.w3.org/TR/json-ld11/#terms
"""

__version__ = "0.1.1"
__version__ = "0.1.2"

import json
import logging
Expand Down

0 comments on commit 31c8a5a

Please sign in to comment.