From 3ee0aee6b2731723af8b1a23701d715abce328b2 Mon Sep 17 00:00:00 2001 From: Ritabrata Dutta Date: Fri, 27 Aug 2021 23:23:45 +0100 Subject: [PATCH] Preparing release 0.6.3 --- doc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 5e8c4e2..6c6c90a 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -36,7 +36,7 @@ To create a package and install it, do make package pip3 install wheel - pip3 install build/dist/abcpy-0.6.2-py3-none-any.whl + pip3 install build/dist/abcpy-0.6.3-py3-none-any.whl ``wheel`` is required to install in this way.