Skip to content

Commit

Permalink
Bump version to 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Jan 14, 2021
1 parent afad4ee commit a0c620b
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.18
VERSION 0.0.19
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.18",
version="0.0.19",
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.18
VERSION 0.0.19
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.18",
version="0.0.19",
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 a0c620b

Please sign in to comment.