Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCzarnecki committed Feb 8, 2022
1 parent db5bc99 commit 70c93bb
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 "develop"
GIT_TAG "v2.1.0"

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

0 comments on commit 70c93bb

Please sign in to comment.