Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Sep 19, 2024
2 parents a01efad + 2bcf424 commit 7185e6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.33 LANGUAGES CXX C)
project(diffCheck VERSION 0.0.34 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 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.33"
__version__ = "0.0.34"

# 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.33",
version="0.0.34",
packages=find_packages(),
install_requires=[
"numpy",
Expand Down

0 comments on commit 7185e6c

Please sign in to comment.