Skip to content

Commit ea943a2

Browse files
committed
Bump to 0.0.20
1 parent 59bbdc1 commit ea943a2

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,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
22

33
project(fletchgen
4-
VERSION 0.0.19
4+
VERSION 0.0.20
55
DESCRIPTION "The Fletcher design generator"
66
HOMEPAGE_URL "https://github.com/abs-tudelft/fletcher"
77
LANGUAGES CXX

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.19",
100+
version="0.0.20",
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,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
22

33
project(fletcher
4-
VERSION 0.0.19
4+
VERSION 0.0.20
55
DESCRIPTION "The Fletcher runtime library"
66
HOMEPAGE_URL "https://github.com/abs-tudelft/fletcher"
77
LANGUAGES CXX

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.19",
100+
version="0.0.20",
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)