From d19e91181820fb66c9515de2004ecbef11db2f64 Mon Sep 17 00:00:00 2001 From: Changgang Li Date: Wed, 18 Sep 2019 10:24:27 +0800 Subject: [PATCH] v0.6.1.1. Update howto and setup.py of stepspy 0.7 --- python/stepspy0.7/howto | 4 ++++ python/stepspy0.7/setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python/stepspy0.7/howto b/python/stepspy0.7/howto index cffc8f22..2a0ac183 100644 --- a/python/stepspy0.7/howto +++ b/python/stepspy0.7/howto @@ -1,3 +1,7 @@ +1. install wheel and twine, use: + +python -m pip install wheel twine + 1. to build stepspy module, use: python setup.py sdist bdist_wheel diff --git a/python/stepspy0.7/setup.py b/python/stepspy0.7/setup.py index 6cd41564..0a850f35 100644 --- a/python/stepspy0.7/setup.py +++ b/python/stepspy0.7/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="stepspy", - version="0.6.1", + version="0.7", author="Changgang Li", author_email="lichgang@sdu.edu.cn", description="Python module of Simulation Toolkit for Electrical Power Systems",