From ec09b9c918f6d7b69a384a97810ed892ff5609e0 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Wed, 13 Apr 2022 10:05:43 +0100 Subject: [PATCH] Updated version Signed-off-by: Alejandro Saucedo --- CMakeLists.txt | 2 +- VERSION | 2 +- docs/conf.py | 2 +- setup.py | 2 +- vcpkg.json.opt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83f2b27c0..3bd1ee31f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.4.1) -project(kompute VERSION 0.8.1) +project(kompute VERSION 0.8.2) set(CMAKE_CXX_STANDARD 14) diff --git a/VERSION b/VERSION index 6f4eebdf6..100435be1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.1 +0.8.2 diff --git a/docs/conf.py b/docs/conf.py index dad7107c6..783a6ee70 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ html_title = "Kompute Documentation (Python & C++)" author = 'Alejandro Saucedo' # The full version, including alpha/beta/rc tags -release = '0.8.1' +release = '0.8.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index e6feb9ab8..cd84a3d2b 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ class CMakeBuild(build_ext): setup( name='kp', - version='0.8.1', + version='0.8.2', author='Alejandro Saucedo', description='Kompute: Blazing fast, mobile-enabled, asynchronous, and optimized for advanced GPU processing usecases.', long_description=long_description, diff --git a/vcpkg.json.opt b/vcpkg.json.opt index 9ce3935a1..ae00722bc 100644 --- a/vcpkg.json.opt +++ b/vcpkg.json.opt @@ -1,6 +1,6 @@ { "name": "example", - "version-string": "0.8.1", + "version-string": "0.8.2", "dependencies": [ "fmt", "spdlog",