File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
# The short X.Y version
34
34
version = '0.10'
35
35
# The full version, including alpha/beta/rc tags
36
- release = '0.10.2 '
36
+ release = '0.10.3 '
37
37
38
38
39
39
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 27
27
28
28
cmake_minimum_required (VERSION 3.10 FATAL_ERROR )
29
29
30
- # set(DPNP_VERSION 0.10.2 )
30
+ # set(DPNP_VERSION 0.10.3 )
31
31
# set(DPNP_API_VERSION 0.10)
32
32
33
33
# set directory where the custom finders live
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "DPNP C++ backend kernel library"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 0.10.2
41
+ PROJECT_NUMBER = 0.10.3
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# 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 29
29
DPNP version module
30
30
"""
31
31
32
- __version__ : str = '0.10.2 '
32
+ __version__ : str = '0.10.3 '
33
33
34
34
version : str = __version__
You can’t perform that action at this time.
0 commit comments