From 6609707aca8310dc16ca241ec0aeeab5a94d8a72 Mon Sep 17 00:00:00 2001 From: Giuliano Macedo Date: Tue, 10 Sep 2024 12:19:44 -0300 Subject: [PATCH] build: bump version --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92add28..dc129a3 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,8 @@ from functools import partial from os import environ +version = "1.1.0" + # streamkm original source files are written in C++ syntax but with a .c extension # so setting the compiler to g++ forces c++ compilation if "CC" not in environ: @@ -44,7 +46,6 @@ path_glob(streamkm_path, "*.cpp") + path_glob(streamkm_path, "*.c"), ), ] -version = "1.0.0" setup( name="clusopt_core",