Skip to content

Commit

Permalink
version changed to 0.5.0 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Makaryev authored Jan 29, 2021
1 parent f367dfe commit 43a4b53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
author = 'Intel'

# The short X.Y version
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags
release = '0.4.0'
release = '0.5.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions dpnp/backend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

cmake_minimum_required(VERSION 3.10 FATAL_ERROR)

# set(DPNP_VERSION 0.4.0)
# set(DPNP_API_VERSION 0.4)
# set(DPNP_VERSION 0.5.0)
# set(DPNP_API_VERSION 0.5)

# set directory where the custom finders live
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules")
Expand Down
2 changes: 1 addition & 1 deletion dpnp/backend/doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "DPNP C++ backend kernel library"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.4.0
PROJECT_NUMBER = 0.5.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion dpnp/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
DPNP version module
"""

__version__: str = '0.4.0'
__version__: str = '0.5.0'

version: str = __version__

0 comments on commit 43a4b53

Please sign in to comment.