File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11rem Register and upload source
2- rem python setup.py register -r pypi
32python setup.py sdist upload -r pypi
3+ python setup.py bdist_wheel upload -r pypi
44
5- rem Python 3.6
6- " C:\Program Files\Anaconda3\python.exe" setup.py bdist_wheel upload -r pypi
7-
8- activate python35
5+ activate python3.5
96python setup.py bdist_wheel upload -r pypi
10- deactivate python35
117
12- rem Python 2
8+ activate python3.6
139python setup.py bdist_wheel upload -r pypi
1410
1511pause
Original file line number Diff line number Diff line change 1- __version__ = u'0.16'
1+ __version__ = u'0.16.1 '
22
33#from pyansys import Reader
44#from pyansys.Reader import ResultReader
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def compilerName():
5555 packages = ['pyansys' , 'pyansys.examples' ],
5656
5757 # Version
58- version = '0.16' ,
58+ version = '0.16.1 ' ,
5959
6060 description = 'Pythonic interface to ANSYS binary files' ,
6161 long_description = open ('README.rst' ).read (),
You can’t perform that action at this time.
0 commit comments