From 733579e42bd82e2f4f284260f381629c44706a36 Mon Sep 17 00:00:00 2001 From: Artem Date: Fri, 25 Nov 2022 19:36:59 +0300 Subject: [PATCH] Bump version in the conan recipe --- conan_recipe/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conan_recipe/conanfile.py b/conan_recipe/conanfile.py index 52faa94..21caa16 100644 --- a/conan_recipe/conanfile.py +++ b/conan_recipe/conanfile.py @@ -3,7 +3,7 @@ class AsioStreamCompressorConan(ConanFile): name = "asio_stream_compressor" - version = "0.1.1" + version = "0.1.2" license = "MIT" author = "Artem Vasiliev github@yazasnyal.dev" url = "https://github.com/YaZasnyal/asio_stream_compressor"