From ea943a2a646335bdb8a51de76fbbee466a8d09e7 Mon Sep 17 00:00:00 2001 From: Johan Peltenburg Date: Fri, 17 Sep 2021 13:12:46 +0200 Subject: [PATCH] Bump to 0.0.20 --- 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 0ec09709..a193f502 100644 --- a/codegen/cpp/fletchgen/CMakeLists.txt +++ b/codegen/cpp/fletchgen/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR) project(fletchgen - VERSION 0.0.19 + VERSION 0.0.20 DESCRIPTION "The Fletcher design generator" HOMEPAGE_URL "https://github.com/abs-tudelft/fletcher" LANGUAGES CXX diff --git a/codegen/python/setup.py b/codegen/python/setup.py index ef50e8e5..461842a0 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.19", + version="0.0.20", 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 dd1e0c9e..479f0067 100644 --- a/runtime/cpp/CMakeLists.txt +++ b/runtime/cpp/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR) project(fletcher - VERSION 0.0.19 + VERSION 0.0.20 DESCRIPTION "The Fletcher runtime library" HOMEPAGE_URL "https://github.com/abs-tudelft/fletcher" LANGUAGES CXX diff --git a/runtime/python/setup.py b/runtime/python/setup.py index 8bdb857f..73bee5dd 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.19", + version="0.0.20", author="Accelerated Big Data Systems, Delft University of Technology", packages=find_packages(), description="A Python wrapper for the Fletcher runtime library",