Skip to content

Commit

Permalink
v0.6.1.1. Update howto and setup.py of stepspy 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
changgang committed Sep 18, 2019
1 parent 49ee769 commit d19e911
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions python/stepspy0.7/howto
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/stepspy0.7/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="stepspy",
version="0.6.1",
version="0.7",
author="Changgang Li",
author_email="[email protected]",
description="Python module of Simulation Toolkit for Electrical Power Systems",
Expand Down

0 comments on commit d19e911

Please sign in to comment.