Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbridges committed Oct 21, 2018
1 parent 6f3c043 commit ff82d82
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.3.1 (2018-10-12)

### Fixes

- Fixed an undefined reference to the `kernel` variable in the preprocessing.

## v0.3.0 (2018-10-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ pip install git+https://github.com/uavaustin/target-finder.git
Alternatively, target-finder can be fetched from GitHub Releases:

```sh
$ pip install https://github.com/uavaustin/target-finder/releases/download/v0.3.0/target-finder-0.3.0.tar.gz
$ pip install https://github.com/uavaustin/target-finder/releases/download/v0.3.1/target-finder-0.3.1.tar.gz
```

Python 3 is required. *If `python --version` shows Python 2, then use `python3`
Expand Down
2 changes: 1 addition & 1 deletion target_finder/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit ff82d82

Please sign in to comment.