Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Walsh committed Mar 5, 2017
1 parent 754c90f commit 94c61cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Brunnhilde - A reporting companion to Siegfried

### Version: Brunnhilde 1.4.3
### Version: Brunnhilde 1.4.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
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def _make_parser(version):

def main():
# system info
brunnhilde_version = 'brunnhilde 1.4.3'
brunnhilde_version = 'brunnhilde 1.4.4'
siegfried_version = subprocess.check_output(["sf", "-version"]).decode()

parser = _make_parser(brunnhilde_version)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'brunnhilde',
version = '1.4.3',
version = '1.4.4',
url = 'https://github.com/timothyryanwalsh/brunnhilde',
author = 'Tim Walsh',
author_email = '[email protected]',
Expand Down

0 comments on commit 94c61cf

Please sign in to comment.