Skip to content

Commit

Permalink
bump version number to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Aug 10, 2017
1 parent 68d61e4 commit fa8fb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGES.md

## v0.2.3.dev
## v0.2.4

* `ANIm` now uses `delta-filter` to remove alignments of repeat regions (issue #91)
* added `--filter_exe` option to specify location of `delta-filter` utility (issue #91)
Expand Down
2 changes: 1 addition & 1 deletion pyani/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# python package version
# should match r"^__version__ = '(?P<version>[^']+)'$" for setup.py
__version__ = '0.2.3.dev'
__version__ = '0.2.4'


0 comments on commit fa8fb58

Please sign in to comment.