From 5eb3f709e8905a7412d3db3febf83478e61239aa Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Fri, 20 Aug 2021 11:34:22 +0100 Subject: [PATCH] updated version number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3acb8596d..807748b50 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Test coverage: Binary population synthesis code that interfaces with binary_c. Based on a original work by Jeff Andrews (can be found in old_solution/ directory). Updated and extended for Python3 by David Hendriks, Robert Izzard. -The current release is version 0.4, make sure to use that version number when installing! +The current release is version 0.9.1, make sure to use that version number when installing! ## Requirements To run this code you need to at least have installations of: @@ -86,4 +86,4 @@ When Pip install fails: Other: - When running jupyter notebooks, make sure you are running the jupyter installation from the same virtual environment. -- When the output of binary_c seems to be different than expected, you might need to rebuild this python package. Everytime binary_c is compiled, this package needs to be rebuilt too. \ No newline at end of file +- When the output of binary_c seems to be different than expected, you might need to rebuild this python package. Everytime binary_c is compiled, this package needs to be rebuilt too. -- GitLab