Skip to content

Commit

Permalink
Bump to 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
johanpel committed Sep 20, 2021
1 parent 59bbdc1 commit ea943a2
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,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
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.19",
version="0.0.20",
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,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
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.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",
Expand Down

0 comments on commit ea943a2

Please sign in to comment.