From 39b6b366da9c0bd972cff2ea4b6f76d1c991cbdc Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Fri, 20 Sep 2024 20:35:23 +0200 Subject: [PATCH] FIX-CAP: tagged new release for dist cicd fix --- CMakeLists.txt | 2 +- manifest.yml | 2 +- src/gh/diffCheck/diffCheck/__init__.py | 2 +- src/gh/diffCheck/setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 29dc8fa1..b6ef970e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16.) -project(diffCheck VERSION 0.0.36 LANGUAGES CXX C) +project(diffCheck VERSION 0.0.37 LANGUAGES CXX C) set(CMAKE_CXX_STANDARD 17) list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) diff --git a/manifest.yml b/manifest.yml index 97f6e40b..53930d14 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,6 +1,6 @@ --- name: diffCheck -version: 0.0.36 +version: 0.0.37 authors: - Andrea Settimi - Damien Gilliard diff --git a/src/gh/diffCheck/diffCheck/__init__.py b/src/gh/diffCheck/diffCheck/__init__.py index f42f0e3f..f3f87d0a 100644 --- a/src/gh/diffCheck/diffCheck/__init__.py +++ b/src/gh/diffCheck/diffCheck/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = "0.0.36" +__version__ = "0.0.37" # 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 cea45b6b..12096935 100644 --- a/src/gh/diffCheck/setup.py +++ b/src/gh/diffCheck/setup.py @@ -4,7 +4,7 @@ setup( name="diffCheck", - version="0.0.36", + version="0.0.37", packages=find_packages(), install_requires=[ "numpy",