Skip to content

Commit

Permalink
2024.8.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mayhem committed Aug 24, 2024
1 parent 54dfd20 commit 3f13e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12)
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
endif()

project(rpi_smi_leds VERSION 2024.8.25.2
project(rpi_smi_leds VERSION 2024.8.25.3
DESCRIPTION "Drive 8 or 16 LED strips on an RPI using SMI memory interface"
LANGUAGES C)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_compile_flags():
long_description=f.read()

setup(name = "smileds",
version = "2024.8.25.2",
version = "2024.8.25.3",
ext_modules = [Extension("smileds",
["python/module.c",
"python/libsmi_leds.c",
Expand Down

0 comments on commit 3f13e05

Please sign in to comment.