From 62c5b7414b883a3bc351314ca8c5a475c232201c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Sep 2024 21:14:26 +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 acb346ef..41ef75aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16.) -project(diffCheck VERSION 0.0.34 LANGUAGES CXX C) +project(diffCheck VERSION 0.0.35 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 c49bc543..ecb2ecd5 100644 --- a/src/gh/diffCheck/diffCheck/__init__.py +++ b/src/gh/diffCheck/diffCheck/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = "0.0.34" +__version__ = "0.0.35" # 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 f7ee2fa2..d5afec82 100644 --- a/src/gh/diffCheck/setup.py +++ b/src/gh/diffCheck/setup.py @@ -4,7 +4,7 @@ setup( name="diffCheck", - version="0.0.34", + version="0.0.35", packages=find_packages(), install_requires=[ "numpy",