Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Jun 22, 2017
1 parent f119721 commit 8b2f2ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions UploadPyPi.bat
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
rem Register and upload source
rem python setup.py register -r pypi
python setup.py sdist upload -r pypi
python setup.py bdist_wheel upload -r pypi

rem Python 3.6
"C:\Program Files\Anaconda3\python.exe" setup.py bdist_wheel upload -r pypi

activate python35
activate python3.5
python setup.py bdist_wheel upload -r pypi
deactivate python35

rem Python 2
activate python3.6
python setup.py bdist_wheel upload -r pypi

pause
2 changes: 1 addition & 1 deletion pyansys/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = u'0.16'
__version__ = u'0.16.1'

#from pyansys import Reader
#from pyansys.Reader import ResultReader
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def compilerName():
packages = ['pyansys', 'pyansys.examples'],

# Version
version='0.16',
version='0.16.1',

description='Pythonic interface to ANSYS binary files',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit 8b2f2ef

Please sign in to comment.