Skip to content

Commit

Permalink
Release 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Dec 14, 2020
1 parent ba8d766 commit 24b39ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codegen/cpp/fletchgen/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion codegen/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion runtime/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion runtime/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 24b39ce

Please sign in to comment.