Skip to content

Commit 70c93bb

Browse files
v2.3.0
1 parent db5bc99 commit 70c93bb

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 "develop"
7+
GIT_TAG "v2.1.0"
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='2.2.9',
61+
version='2.3.0',
6262
ext_modules=[CMakeExtension('pywincalc')],
6363
cmdclass=dict(build_ext=CMakeBuild),
6464
zip_safe=False,

0 commit comments

Comments
 (0)