Updated version string

This commit is contained in:
Alejandro Saucedo 2021-03-14 08:37:27 +00:00
parent 42ba714318
commit b0c23f4085
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.4.1)
project(kompute VERSION 0.6.0)
project(kompute VERSION 0.7.0)
set(CMAKE_CXX_STANDARD 14)

View file

@ -1 +1 @@
0.6.0
0.7.0

View file

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

View file

@ -70,7 +70,7 @@ class CMakeBuild(build_ext):
setup(
name='kp',
version='0.6.0',
version='0.7.0',
author='Alejandro Saucedo',
description='Vulkan 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.6.0",
"version-string": "0.7.0",
"dependencies": [
"fmt",
"spdlog",