File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22[ ![ codecov] ( https://codecov.io/gh/IntelPython/dpnp/branch/master/graph/badge.svg )] ( https://codecov.io/gh/IntelPython/dpnp )
33[ ![ Build Sphinx] ( https://github.com/IntelPython/dpnp/workflows/Build%20Sphinx/badge.svg )] ( https://intelpython.github.io/dpnp )
44
5- # DPNP: NumPy-like API accelerated with SYCL
5+ # DPNP: NumPy Drop-In Replacement for Intel(R) XPU
66[ API coverage summary] ( https://intelpython.github.io/dpnp/reference/comparison.html#summary )
77
88[ Full documentation] ( https://intelpython.github.io/dpnp/ )
Original file line number Diff line number Diff line change 3131author = 'Intel'
3232
3333# The short X.Y version
34- version = '0.8 '
34+ version = '0.9 '
3535# The full version, including alpha/beta/rc tags
36- release = '0.8 .0'
36+ release = '0.9 .0'
3737
3838
3939# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 2727
2828cmake_minimum_required (VERSION 3.10 FATAL_ERROR)
2929
30- # set(DPNP_VERSION 0.8 .0)
31- # set(DPNP_API_VERSION 0.8 )
30+ # set(DPNP_VERSION 0.9 .0)
31+ # set(DPNP_API_VERSION 0.9 )
3232
3333# set directory where the custom finders live
3434set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR} /cmake/Modules" )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "DPNP C++ backend kernel library"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 0.8 .0
41+ PROJECT_NUMBER = 0.9 .0
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 2929DPNP version module
3030"""
3131
32- __version__ : str = '0.8 .0'
32+ __version__ : str = '0.9 .0'
3333
3434version : str = __version__
You can’t perform that action at this time.
0 commit comments