Skip to content

Commit d78452c

Browse files
committed
increase version number
1 parent 029f1bb commit d78452c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.0.1" %}
1+
{% set version = "0.2" %}
22
{% set buildnumber = 0 %}
33

44
package:

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Intel'
2525

2626
# The short X.Y version
27-
version = '0.0.1'
27+
version = '0.2'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.0.1'
29+
release = '0.2'
3030

3131

3232
# -- General configuration ---------------------------------------------------

dpnp/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.1'
1+
__version__ = '0.2'

dpnp/backend/Doxyfile

Lines changed: 1 addition & 1 deletion
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.0.1
41+
PROJECT_NUMBER = 0.2
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

0 commit comments

Comments
 (0)