Skip to content

Commit 39b6b36

Browse files
committed
FIX-CAP: tagged new release for dist cicd fix
1 parent 39638e9 commit 39b6b36

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_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)
33
set(CMAKE_CXX_STANDARD 17)
44

55
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: diffCheck
3-
version: 0.0.36
3+
version: 0.0.37
44
authors:
55
- Andrea Settimi
66
- Damien Gilliard

src/gh/diffCheck/diffCheck/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = "0.0.36"
3+
__version__ = "0.0.37"
44

55
# make the dlls available to the python interpreter
66
PATH_TO_DLL = "dlls"

src/gh/diffCheck/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="diffCheck",
7-
version="0.0.36",
7+
version="0.0.37",
88
packages=find_packages(),
99
install_requires=[
1010
"numpy",

0 commit comments

Comments
 (0)