File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
22project (python_wrapper)
33
44set (CMAKE_PREFIX_PATH ${SymEngine_DIR} ${CMAKE_PREFIX_PATH} )
5- find_package (SymEngine 0.4 .0 REQUIRED CONFIG
5+ find_package (SymEngine 0.5 .0 REQUIRED CONFIG
66 PATH_SUFFIXES lib/cmake/symengine cmake/symengine CMake/)
77message ("SymEngine_DIR : " ${SymEngine_DIR} )
88message ("SymEngine Version : " ${SymEngine_VERSION} )
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ def finalize_options(self):
223223'''
224224
225225setup (name = "symengine" ,
226- version = "0.4 .0" ,
226+ version = "0.5 .0" ,
227227 description = "Python library providing wrappers to SymEngine" ,
228228 setup_requires = ['cython>=0.19.1' ],
229229 long_description = long_description ,
Original file line number Diff line number Diff line change 1- c66b8c50bb481c51ce128b768b056454aa6dc67a
1+ v0.5.0
You can’t perform that action at this time.
0 commit comments