Skip to content

Commit

Permalink
version 0.8.9 for pinv fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman committed Aug 22, 2018
1 parent 55907ff commit 79b3df7
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,7 +1,7 @@
Pyvolve
============

Pyvolve is an open-source Python module for simulating sequences along a phylogenetic tree according to continuous-time Markov models of sequence evolution. **Please ensure you are using the most up-to-date version of Pyvolve! The current version is v0.8.8.**
Pyvolve is an open-source Python module for simulating sequences along a phylogenetic tree according to continuous-time Markov models of sequence evolution. **Please ensure you are using the most up-to-date version of Pyvolve! The current version is v0.8.9.**

A detailed user manual for Pyvolve is available [here](https://github.com/sjspielman/pyvolve/raw/master/user_manual/pyvolve_manual.pdf), and API documentation for Pyvolve is available at [http://sjspielman.org/pyvolve](http://sjspielman.org/pyvolve).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@
python setup.py build --user # where user is the computer account to install pyolve in
'''

_VERSION="0.8.8"
_VERSION="0.8.9"

from setuptools import setup
setup(name = 'Pyvolve',
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Expand Up @@ -25,7 +25,7 @@
"""
__version__ = '0.8.8'
__version__ = '0.8.9'
from .model import *
from .newick import *
from .evolver import *
Expand Down

0 comments on commit 79b3df7

Please sign in to comment.