1
0
mirror of https://github.com/exaloop/codon.git synced 2025-06-03 15:03:52 +08:00

Bump version

This commit is contained in:
A. R. Shajii 2025-02-11 17:41:16 -05:00
parent f1ab7116d8
commit 01a7503762

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)
project(
Codon
VERSION "0.18.0"
VERSION "0.18.1"
HOMEPAGE_URL "https://github.com/exaloop/codon"
DESCRIPTION "high-performance, extensible Python compiler")
set(CODON_JIT_PYTHON_VERSION "0.3.0")