From c69759d95b12cc3db9045cbce58d459ef9b19f89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Sep 2026 20:44:21 +0000 Subject: [PATCH] ACTION_BOT: Sync version for release --- CMakeLists.txt | 2 +- src/gh/diffCheck/diffCheck/__init__.py | 2 +- src/gh/diffCheck/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a68c648f..c5218c65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16.) -project(diffCheck VERSION 1.3.1 LANGUAGES CXX C) +project(diffCheck VERSION 2.0.0 LANGUAGES CXX C) set(CMAKE_CXX_STANDARD 17) list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) diff --git a/src/gh/diffCheck/diffCheck/__init__.py b/src/gh/diffCheck/diffCheck/__init__.py index 261820b2..17c118b0 100644 --- a/src/gh/diffCheck/diffCheck/__init__.py +++ b/src/gh/diffCheck/diffCheck/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = "1.3.1" +__version__ = "2.0.0" # make the dlls available to the python interpreter PATH_TO_DLL = "dlls" diff --git a/src/gh/diffCheck/setup.py b/src/gh/diffCheck/setup.py index 298ad4a4..b2d7ea09 100644 --- a/src/gh/diffCheck/setup.py +++ b/src/gh/diffCheck/setup.py @@ -4,7 +4,7 @@ setup( name="diffCheck", - version="1.3.1", + version="2.0.0", packages=find_packages(), install_requires=[ "numpy",