Skip to content

Commit 43a4b53

Browse files
version changed to 0.5.0 (#541)
1 parent f367dfe commit 43a4b53

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
author = 'Intel'
3232

3333
# The short X.Y version
34-
version = '0.4'
34+
version = '0.5'
3535
# The full version, including alpha/beta/rc tags
36-
release = '0.4.0'
36+
release = '0.5.0'
3737

3838

3939
# -- General configuration ---------------------------------------------------

dpnp/backend/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
2929

30-
# set(DPNP_VERSION 0.4.0)
31-
# set(DPNP_API_VERSION 0.4)
30+
# set(DPNP_VERSION 0.5.0)
31+
# set(DPNP_API_VERSION 0.5)
3232

3333
# set directory where the custom finders live
3434
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules")

dpnp/backend/doc/Doxyfile

+1-1
Original file line numberDiff line numberDiff 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.4.0
41+
PROJECT_NUMBER = 0.5.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

dpnp/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
DPNP version module
3030
"""
3131

32-
__version__: str = '0.4.0'
32+
__version__: str = '0.5.0'
3333

3434
version: str = __version__

0 commit comments

Comments
 (0)