Skip to content

Commit

Permalink
Merge pull request #38 from casework/release-0.7.1
Browse files Browse the repository at this point in the history
Release 0.7.1
  • Loading branch information
ajnelson-nist authored Jul 17, 2023
2 parents 3b9043d + c2be771 commit cbe3cc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/supply-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
ref: develop
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
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.7.0"
__version__ = "0.7.1"

import argparse
import contextlib
Expand Down

0 comments on commit cbe3cc4

Please sign in to comment.