Skip to content

Commit 24b39ce

Browse files
committed
Release 0.0.15
1 parent ba8d766 commit 24b39ce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

codegen/cpp/fletchgen/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
22

3-
project(fletchgen VERSION 0.0.14 LANGUAGES CXX)
3+
project(fletchgen VERSION 0.0.15 LANGUAGES CXX)
44

55
find_package(Arrow 1.0 CONFIG REQUIRED)
66

codegen/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def initialize_options(self):
9797

9898
setup(
9999
name="pyfletchgen",
100-
version="0.0.14",
100+
version="0.0.15",
101101
author="Accelerated Big Data Systems, Delft University of Technology",
102102
packages=find_packages(),
103103
url="https://github.com/abs-tudelft/fletcher",

runtime/cpp/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
22

3-
project(fletcher VERSION 0.0.14 LANGUAGES CXX)
3+
project(fletcher VERSION 0.0.15 LANGUAGES CXX)
44

55
find_package(Arrow 1.0 CONFIG REQUIRED)
66

runtime/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def initialize_options(self):
9797

9898
setup(
9999
name="pyfletcher",
100-
version="0.0.14",
100+
version="0.0.15",
101101
author="Accelerated Big Data Systems, Delft University of Technology",
102102
packages=find_packages(),
103103
description="A Python wrapper for the Fletcher runtime library",

0 commit comments

Comments
 (0)