Skip to content

Commit

Permalink
bump version number to fix PyPI wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Sep 21, 2017
1 parent fa8fb58 commit 667b81a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGES.md

## v0.2.5
* Version bump to fix `PyPI` wheel/script shebangs

## v0.2.4

* `ANIm` now uses `delta-filter` to remove alignments of repeat regions (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.4'
__version__ = '0.2.5'


0 comments on commit 667b81a

Please sign in to comment.