Skip to content

Commit

Permalink
v1.0.5 Updating to latest version of WinCalc to get calculation bug f…
Browse files Browse the repository at this point in the history
…ixes.
  • Loading branch information
StephenCzarnecki committed Jun 18, 2019
1 parent 8a0a359 commit 3e3b7d1
Show file tree
Hide file tree
Showing 2 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.0"
GIT_TAG "v1.1.1"

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.4',
version='1.0.5',
ext_modules=[CMakeExtension('pywincalc')],
cmdclass=dict(build_ext=CMakeBuild),
zip_safe=False,
Expand Down

0 comments on commit 3e3b7d1

Please sign in to comment.