Skip to content

Commit

Permalink
increment version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Sep 21, 2016
1 parent 98cc162 commit ca2f8f7
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.0.dev
## v0.2.1

* `pyani` now requires `rpy2` v2.8.0 in order to satisfy running under Anaconda (see issue #26)
* `pyani` now checks for presence of `rpy2` and - when run from source - if `rpy2` is not available, `pyani` doesn't throw an error until R graphical output is requested. If installed *via* `pip`, then `pyani` still raises `pkg_resources.DistributionNotFound` if `rpy2` is missing.
Expand Down
2 changes: 1 addition & 1 deletion pyani/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# python package version
# should match r"^__version__ = '(?P<version>[^']+)'$" for setup.py
__version__ = '0.2.0.dev'
__version__ = '0.2.1'

0 comments on commit ca2f8f7

Please sign in to comment.