Skip to content

Commit

Permalink
Bump version to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Feb 6, 2022
1 parent 437a02b commit 07e18bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
## Brunnhilde - Siegfried-based characterization tool for directories and disk images

### Version: Brunnhilde 1.9.3
### Version: Brunnhilde 1.9.4

Generates aggregate reports of files in a directory or disk image based on input from Richard Lehane's [Siegfried](http://www.itforarchivists.com/siegfried).

Expand Down
2 changes: 1 addition & 1 deletion brunnhilde.py
Expand Up @@ -35,7 +35,7 @@
import sys


BRUNNHILDE_VERSION = "brunnhilde 1.9.3"
BRUNNHILDE_VERSION = "brunnhilde 1.9.4"

CSS = """
body {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name="brunnhilde",
version="1.9.3",
version="1.9.4",
url="https://github.com/tw4l/brunnhilde",
author="Tessa Walsh",
author_email="tessa@bitarchivist.net",
Expand Down

0 comments on commit 07e18bb

Please sign in to comment.