Skip to content

Commit 8b2f2ef

Browse files
committed
version bump
1 parent f119721 commit 8b2f2ef

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

UploadPyPi.bat

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
rem Register and upload source
2-
rem python setup.py register -r pypi
32
python 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
96
python setup.py bdist_wheel upload -r pypi
10-
deactivate python35
117

12-
rem Python 2
8+
activate python3.6
139
python setup.py bdist_wheel upload -r pypi
1410

1511
pause

pyansys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = u'0.16'
1+
__version__ = u'0.16.1'
22

33
#from pyansys import Reader
44
#from pyansys.Reader import ResultReader

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)