From 5c04edc7919c7818a34a67ab4f54cbbbef8201f9 Mon Sep 17 00:00:00 2001 From: Marcus Nutzinger Date: Mon, 29 Jan 2024 16:15:13 +0000 Subject: [PATCH] EAC-4613 Bump version to 0.9 --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 6b00687..a802f3e 100644 --- a/conanfile.py +++ b/conanfile.py @@ -2,7 +2,7 @@ class ThousandEyesFuturesConan(ConanFile): name = "thousandeyes-futures" - version = "0.8" + version = "0.9" exports_sources = "include/*", "FindThousandEyesFutures.cmake" no_copy_source = True short_paths = True