From 7cd9f1986ff9a40058342ea6d2ab14acf82df775 Mon Sep 17 00:00:00 2001 From: Johnathon Slightham Date: Tue, 3 Mar 2026 21:10:19 -0500 Subject: [PATCH] Bump version --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index c62be91..fcbda3f 100644 --- a/conanfile.py +++ b/conanfile.py @@ -7,7 +7,7 @@ from conan.tools.files import copy class MyLibraryConan(ConanFile): name = "librpc" - version = "1.1.7" + version = "1.1.8" settings = "os", "compiler", "build_type", "arch" options = {"shared": [True, False], "fPIC": [True, False]}