Skip to content

Commit 3e3b7d1

Browse files
v1.0.5 Updating to latest version of WinCalc to get calculation bug fixes.
1 parent 8a0a359 commit 3e3b7d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists-WinCalc.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(ExternalProject)
44

55
ExternalProject_Add(wincalc
66
GIT_REPOSITORY https://github.com/LBNL-ETA/WinCalc.git
7-
GIT_TAG "v1.1.0"
7+
GIT_TAG "v1.1.1"
88

99
UPDATE_COMMAND ""
1010
PATCH_COMMAND ""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def build_extension(self, ext):
5858

5959
setup(
6060
name='pywincalc',
61-
version='1.0.4',
61+
version='1.0.5',
6262
ext_modules=[CMakeExtension('pywincalc')],
6363
cmdclass=dict(build_ext=CMakeBuild),
6464
zip_safe=False,

0 commit comments

Comments
 (0)