Bump control version

This commit is contained in:
2026-03-08 15:46:21 -04:00
parent dbeafc3dec
commit 780e2ceae7

View File

@@ -7,7 +7,7 @@ from conan.tools.files import copy
class MyLibraryConan(ConanFile): class MyLibraryConan(ConanFile):
name = "libcontrol" name = "libcontrol"
version = "1.0.3" version = "1.0.4"
settings = "os", "compiler", "build_type", "arch" settings = "os", "compiler", "build_type", "arch"
options = {"shared": [True, False], "fPIC": [True, False]} options = {"shared": [True, False], "fPIC": [True, False]}