From 8f84efb7d636141c9e17722f36d4e2960ceef933 Mon Sep 17 00:00:00 2001 From: statrita2004 Date: Wed, 27 Feb 2019 10:39:52 +0000 Subject: [PATCH] Correcting version, readme for release-0.5.6 --- README.md | 8 ++++---- VERSION | 2 +- doc/source/installation.rst | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 08a54ac3..73d0a215 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ scientists by providing # Documentation For more information, check out the -* [Documentation](http://abcpy.readthedocs.io/en/v0.5.5) -* [Examples](https://github.com/eth-cscs/abcpy/tree/v0.5.5/examples) directory and -* [Reference](http://abcpy.readthedocs.io/en/v0.5.5/abcpy.html) +* [Documentation](http://abcpy.readthedocs.io/en/v0.5.6) +* [Examples](https://github.com/eth-cscs/abcpy/tree/v0.5.6/examples) directory and +* [Reference](http://abcpy.readthedocs.io/en/v0.5.6/abcpy.html) Further, we provide a @@ -55,7 +55,7 @@ finally CSCS (Swiss National Super Computing Center) for their generous support. There is a paper in the proceedings of the 2017 PASC conference. In case you use ABCpy for your publication, we would appreciate a citation. You can use -[this](https://github.com/eth-cscs/abcpy/blob/v0.5.5/doc/literature/DuttaS-ABCpy-PASC-2017.bib) +[this](https://github.com/eth-cscs/abcpy/blob/v0.5.6/doc/literature/DuttaS-ABCpy-PASC-2017.bib) BibTex reference. diff --git a/VERSION b/VERSION index d1d899fa..b49b2533 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.5 +0.5.6 diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 24b05a43..97521a93 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -35,7 +35,7 @@ To create a package and install it, do make package - pip3 install build/dist/abcpy-0.5.5-py3-none-any.whl + pip3 install build/dist/abcpy-0.5.6-py3-none-any.whl Note that ABCpy requires Python3.