File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.14 FATAL_ERROR)
22
33project (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
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def initialize_options(self):
9797
9898setup (
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" ,
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.14 FATAL_ERROR)
22
33project (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
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def initialize_options(self):
9797
9898setup (
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" ,
You can’t perform that action at this time.
0 commit comments