Skip to content

Commit

Permalink
Merge pull request #8 from jmenglund/develop
Browse files Browse the repository at this point in the history
Minor updates to documentation
  • Loading branch information
jmenglund authored May 19, 2018
2 parents fba52f0 + 5592611 commit 7f74e35
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`_.


v0.2.1 - 2018-05-19
-------------------

* Minor updates to the documentation in ``README.rst``.

`View commits <https://github.com/jmenglund/predsim/compare/v0.2.0...v0.2.1>`_


v0.2.0 - 2018-05-19
-------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ predsim
datasets from `MrBayes <http://mrbayes.sourceforge.net>`_ output files.
Datasets can be simulated under the GTR+G+I substitution model or any nested
variant available in MrBayes (JC69, HKY85 etc.). The script uses
`Seq-Gen <http://tree.bio.ed.ac.uk/software/seqgen/>`_ for
simulating the DNA-sequences and builds on the third-party library
`Seq-Gen <http://tree.bio.ed.ac.uk/software/seqgen/>`_ for simulating the
DNA-sequences and builds on the third-party library
`DendroPy <http://dendropy.org>`_.

The code has been tested with Python 2.7 and 3.6.
Expand Down
2 changes: 1 addition & 1 deletion predsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

__authors__ = 'Markus Englund'
__license__ = 'MIT'
__version__ = '0.2.0'
__version__ = '0.2.1'


def main(args=None):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='predsim',
version='0.2.0',
version='0.2.1',
description=(
'Command-line tool for simulating predictive '
'datasets from MrBayes\' output.'),
Expand Down

0 comments on commit 7f74e35

Please sign in to comment.