From 24b39ce295f930d6f21200eb28cc11061520479d Mon Sep 17 00:00:00 2001 From: Matthijs Brobbel Date: Mon, 14 Dec 2020 12:56:32 +0100 Subject: [PATCH] Release 0.0.15 --- codegen/cpp/fletchgen/CMakeLists.txt | 2 +- codegen/python/setup.py | 2 +- runtime/cpp/CMakeLists.txt | 2 +- runtime/python/setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/codegen/cpp/fletchgen/CMakeLists.txt b/codegen/cpp/fletchgen/CMakeLists.txt index dee4d797f..fb445c809 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.14 LANGUAGES CXX) +project(fletchgen VERSION 0.0.15 LANGUAGES CXX) find_package(Arrow 1.0 CONFIG REQUIRED) diff --git a/codegen/python/setup.py b/codegen/python/setup.py index 6f84c3b35..3512078a0 100644 --- a/codegen/python/setup.py +++ b/codegen/python/setup.py @@ -97,7 +97,7 @@ def initialize_options(self): setup( name="pyfletchgen", - version="0.0.14", + version="0.0.15", 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 66b3f38e1..b42b3eee5 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.14 LANGUAGES CXX) +project(fletcher VERSION 0.0.15 LANGUAGES CXX) find_package(Arrow 1.0 CONFIG REQUIRED) diff --git a/runtime/python/setup.py b/runtime/python/setup.py index 2b2686dba..6d3638721 100755 --- a/runtime/python/setup.py +++ b/runtime/python/setup.py @@ -97,7 +97,7 @@ def initialize_options(self): setup( name="pyfletcher", - version="0.0.14", + version="0.0.15", author="Accelerated Big Data Systems, Delft University of Technology", packages=find_packages(), description="A Python wrapper for the Fletcher runtime library",