Skip to content

Commit

Permalink
ACTION_BOT: Sync version for release (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 4, 2024
1 parent fd07db0 commit bfc7e8a
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 1.0.0 LANGUAGES CXX C)
project(diffCheck VERSION 1.1.0 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__ = "1.0.0"
__version__ = "1.1.0"

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

0 comments on commit bfc7e8a

Please sign in to comment.