Skip to content

Commit

Permalink
Bump version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Aug 2, 2020
1 parent 61d48e3 commit e2591fa
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.0
### Version: Brunnhilde 1.9.1

[![Build Status](https://travis-ci.org/tw4l/brunnhilde.svg?branch=master)](https://travis-ci.org/tw4l/brunnhilde)

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


BRUNNHILDE_VERSION = "brunnhilde 1.9.0"
BRUNNHILDE_VERSION = "brunnhilde 1.9.1"

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

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

0 comments on commit e2591fa

Please sign in to comment.