Skip to content

Commit

Permalink
Updated version to 0.12.1 (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy authored Jul 18, 2023
1 parent 89f4120 commit af1af29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# The short X.Y version
version = "0.12"
# The full version, including alpha/beta/rc tags
release = "0.12.1dev0"
release = "0.12.1"


# -- General configuration ---------------------------------------------------
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.12.1dev0
PROJECT_NUMBER = 0.12.1

# 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.12.1dev0"
__version__: str = "0.12.1"

version: str = __version__

0 comments on commit af1af29

Please sign in to comment.