From 39512d7b4ba5dd95716dc9f551fb4e25028e59e3 Mon Sep 17 00:00:00 2001 From: inwonkim Date: Mon, 19 Apr 2021 09:19:51 +0900 Subject: [PATCH] Update VERSION and README.md --- README.md | 8 ++++---- VERSION | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bdf6fe7..5d514c1 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ $ python -m venv venv # Create a virtual environment. $ source venv/bin/activate # Enter the virtual environment. (venv)$ ./build.sh # run build script. (venv)$ ls dist # check result wheel file. -preptools-1.0.6-py3-none-any.whl +preptools-1.0.10-py3-none-any.whl ``` ## Installation @@ -23,7 +23,7 @@ This chapter explains how to install P-Rep Tools on your system. * Windows is not supported. * Python - * Make a virtualenv for Python 3.6.5+ (3.7 is also supported) + * Make a virtualenv for Python 3.7+ * Check your Python version ```bash $ python3 -V @@ -44,7 +44,7 @@ $ sudo apt-get install -y python3.7-dev libsecp256k1-dev python3-pip Install the preptools with the .whl file as below. ```bash -(venv) $ pip install dist/preptools-1.0.6-py3-none-any.whl +(venv) $ pip install dist/preptools-1.0.10-py3-none-any.whl ``` Install the preptools with pypi @@ -65,7 +65,7 @@ preptools provides several commands. Here is the list of the available commands. usage: preptools [-h] ... -P-Rep management command line interface v1.0.6 +P-Rep management command line interface v1.0.10 optional arguments: -h, --help show this help message and exit diff --git a/VERSION b/VERSION index b0f3d96..7ee7020 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.8 +1.0.10