Skip to content

Commit

Permalink
FIX-CAP: tagged new release for dist cicd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Sep 20, 2024
1 parent 39638e9 commit 39b6b36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: diffCheck
version: 0.0.36
version: 0.0.37
authors:
- Andrea Settimi
- Damien Gilliard
Expand Down
2 changes: 1 addition & 1 deletion src/gh/diffCheck/diffCheck/__init__.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/gh/diffCheck/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="diffCheck",
version="0.0.36",
version="0.0.37",
packages=find_packages(),
install_requires=[
"numpy",
Expand Down

0 comments on commit 39b6b36

Please sign in to comment.