Skip to content

Commit

Permalink
v1.0.6 Picking up fixs for optical and thermal calcs in WinCalc and W…
Browse files Browse the repository at this point in the history
…indows-CalcEngine.
  • Loading branch information
StephenCzarnecki committed Jun 21, 2019
1 parent 3e3b7d1 commit 98b2457
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists-WinCalc.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(ExternalProject)

ExternalProject_Add(wincalc
GIT_REPOSITORY https://github.com/LBNL-ETA/WinCalc.git
GIT_TAG "v1.1.1"
GIT_TAG "v1.1.2"

UPDATE_COMMAND ""
PATCH_COMMAND ""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def build_extension(self, ext):

setup(
name='pywincalc',
version='1.0.5',
version='1.0.6',
ext_modules=[CMakeExtension('pywincalc')],
cmdclass=dict(build_ext=CMakeBuild),
zip_safe=False,
Expand Down
Binary file removed wheels/pywincalc-0.0.5-cp27-cp27m-win32.whl
Binary file not shown.
Binary file removed wheels/pywincalc-0.0.5-cp27-cp27m-win_amd64.whl
Binary file not shown.
Binary file removed wheels/pywincalc-0.0.5-cp37-cp37m-win32.whl
Binary file not shown.
Binary file removed wheels/pywincalc-0.0.5-cp37-cp37m-win_amd64.whl
Binary file not shown.
Binary file added wheels/pywincalc-1.0.6-cp27-cp27m-win32.whl
Binary file not shown.
Binary file added wheels/pywincalc-1.0.6-cp27-cp27m-win_amd64.whl
Binary file not shown.
Binary file added wheels/pywincalc-1.0.6-cp37-cp37m-win32.whl
Binary file not shown.
Binary file added wheels/pywincalc-1.0.6-cp37-cp37m-win_amd64.whl
Binary file not shown.

0 comments on commit 98b2457

Please sign in to comment.