Skip to content

Commit 07e18bb

Browse files
committed
Bump version to 1.9.4
1 parent 437a02b commit 07e18bb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Brunnhilde - Siegfried-based characterization tool for directories and disk images
22

3-
### Version: Brunnhilde 1.9.3
3+
### Version: Brunnhilde 1.9.4
44

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

brunnhilde.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import sys
3636

3737

38-
BRUNNHILDE_VERSION = "brunnhilde 1.9.3"
38+
BRUNNHILDE_VERSION = "brunnhilde 1.9.4"
3939

4040
CSS = """
4141
body {

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="brunnhilde",
5-
version="1.9.3",
5+
version="1.9.4",
66
url="https://github.com/tw4l/brunnhilde",
77
author="Tessa Walsh",
88
author_email="tessa@bitarchivist.net",

0 commit comments

Comments
 (0)