Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliano-macedo committed Sep 10, 2024
1 parent 6bf70f9 commit 6609707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -44,7 +46,6 @@
path_glob(streamkm_path, "*.cpp") + path_glob(streamkm_path, "*.c"),
),
]
version = "1.0.0"

setup(
name="clusopt_core",
Expand Down

0 comments on commit 6609707

Please sign in to comment.