From 4808a68c2b5504d11acd36560df0e66f8629710d Mon Sep 17 00:00:00 2001 From: "A. R. Shajii" Date: Sun, 18 Dec 2022 13:56:18 -0500 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fef4b21c..45bfee24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14) project( Codon - VERSION "0.15.2" + VERSION "0.15.3" HOMEPAGE_URL "https://github.com/exaloop/codon" DESCRIPTION "high-performance, extensible Python compiler") set(CODON_JIT_PYTHON_VERSION "0.1.1")