File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16.)
2- project (diffCheck VERSION 0.0.36 LANGUAGES CXX C)
2+ project (diffCheck VERSION 0.0.37 LANGUAGES CXX C)
33set (CMAKE_CXX_STANDARD 17)
44
55list (APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR} /cmake)
Original file line number Diff line number Diff line change 11---
22name : diffCheck
3- version : 0.0.36
3+ version : 0.0.37
44authors :
55- Andrea Settimi
66- Damien Gilliard
Original file line number Diff line number Diff line change 11import os
22
3- __version__ = "0.0.36 "
3+ __version__ = "0.0.37 "
44
55# make the dlls available to the python interpreter
66PATH_TO_DLL = "dlls"
Original file line number Diff line number Diff line change 44
55setup (
66 name = "diffCheck" ,
7- version = "0.0.36 " ,
7+ version = "0.0.37 " ,
88 packages = find_packages (),
99 install_requires = [
1010 "numpy" ,
You can’t perform that action at this time.
0 commit comments