Updated version

Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
Alejandro Saucedo 2022-04-13 10:06:08 +01:00
parent ec09b9c918
commit 2fb4f408cd
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.4.1)
project(kompute VERSION 0.8.2)
project(kompute VERSION 0.8.1)
set(CMAKE_CXX_STANDARD 14)

View file

@ -1 +1 @@
0.8.2
0.8.1

View file

@ -27,7 +27,7 @@ html_title = "Kompute Documentation (Python & C++)"
author = 'Alejandro Saucedo'
# The full version, including alpha/beta/rc tags
release = '0.8.2'
release = '0.8.1'
# -- General configuration ---------------------------------------------------

View file

@ -74,7 +74,7 @@ class CMakeBuild(build_ext):
setup(
name='kp',
version='0.8.2',
version='0.8.1',
author='Alejandro Saucedo',
description='Kompute: Blazing fast, mobile-enabled, asynchronous, and optimized for advanced GPU processing usecases.',
long_description=long_description,

View file

@ -1,6 +1,6 @@
{
"name": "example",
"version-string": "0.8.2",
"version-string": "0.8.1",
"dependencies": [
"fmt",
"spdlog",