We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b434d commit 8fcded4Copy full SHA for 8fcded4
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.16.)
2
-project(diffCheck VERSION 0.0.41 LANGUAGES CXX C)
+project(diffCheck VERSION 0.0.45 LANGUAGES CXX C)
3
set(CMAKE_CXX_STANDARD 17)
4
5
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
src/gh/diffCheck/diffCheck/__init__.py
@@ -1,6 +1,6 @@
import os
-__version__ = "0.0.41"
+__version__ = "0.0.45"
# make the dlls available to the python interpreter
6
PATH_TO_DLL = "dlls"
src/gh/diffCheck/setup.py
@@ -4,7 +4,7 @@
setup(
name="diffCheck",
7
- version="0.0.41",
+ version="0.0.45",
8
packages=find_packages(),
9
install_requires=[
10
"numpy",
0 commit comments