diff --git a/CMakeLists.txt b/CMakeLists.txt index 823e82b1e..7be7a3f93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.4.1) -project(kompute VERSION 0.5.1) +project(kompute VERSION 0.5.2) set(CMAKE_CXX_STANDARD 14) diff --git a/README.md b/README.md index 790cf686f..8b79ab26f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -![GitHub](https://img.shields.io/badge/Version-0.5.1-green.svg) +![GitHub](https://img.shields.io/badge/Version-0.5.2-green.svg) ![GitHub](https://img.shields.io/badge/C++-14—20-purple.svg) ![GitHub](https://img.shields.io/badge/Build-cmake-red.svg) ![GitHub](https://img.shields.io/badge/Python-3.5—3.8-blue.svg) diff --git a/docs/conf.py b/docs/conf.py index 92faeb811..2d43bc055 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ copyright = '2020, The Institute for Ethical AI & Machine Learning' author = 'Alejandro Saucedo' # The full version, including alpha/beta/rc tags -release = '0.5.1' +release = '0.5.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 0675cf643..1896b8fb6 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ class CMakeBuild(build_ext): setup( name='kp', - version='0.5.1', + version='0.5.2', author='Alejandro Saucedo', description='Vulkan 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 aeb57c47b..f47c12dff 100644 --- a/vcpkg.json.opt +++ b/vcpkg.json.opt @@ -1,6 +1,6 @@ { "name": "example", - "version-string": "0.5.1", + "version-string": "0.5.2", "dependencies": [ "fmt", "spdlog",