diff --git a/codegen/cpp/fletchgen/CMakeLists.txt b/codegen/cpp/fletchgen/CMakeLists.txt index 1e57826c8..509db7586 100644 --- a/codegen/cpp/fletchgen/CMakeLists.txt +++ b/codegen/cpp/fletchgen/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR) -project(fletchgen VERSION 0.0.11 LANGUAGES CXX) +project(fletchgen VERSION 0.0.12 LANGUAGES CXX) find_package(Arrow 1.0 CONFIG REQUIRED) diff --git a/codegen/python/setup.py b/codegen/python/setup.py index 86ed9b459..df7898dcb 100644 --- a/codegen/python/setup.py +++ b/codegen/python/setup.py @@ -89,7 +89,7 @@ def initialize_options(self): setup( name="pyfletchgen", - version="0.0.11", + version="0.0.12", author="Accelerated Big Data Systems, Delft University of Technology", packages=find_packages(), url="https://github.com/abs-tudelft/fletcher", diff --git a/runtime/cpp/CMakeLists.txt b/runtime/cpp/CMakeLists.txt index 0b1deab18..8719a0d21 100644 --- a/runtime/cpp/CMakeLists.txt +++ b/runtime/cpp/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR) -project(fletcher VERSION 0.0.11 LANGUAGES CXX) +project(fletcher VERSION 0.0.12 LANGUAGES CXX) find_package(Arrow 1.0 CONFIG REQUIRED) diff --git a/runtime/python/setup.py b/runtime/python/setup.py index e58a09b16..c8dd01a4a 100755 --- a/runtime/python/setup.py +++ b/runtime/python/setup.py @@ -89,7 +89,7 @@ def initialize_options(self): setup( name="pyfletcher", - version="0.0.11", + version="0.0.12", author="Accelerated Big Data Systems, Delft University of Technology", packages=find_packages(), description="A Python wrapper for the Fletcher runtime library",