Skip to content

Commit af977e2

Browse files
committed
Version bump v0.5.0
1 parent 78680c1 commit af977e2

File tree

16 files changed

+16
-938
lines changed

16 files changed

+16
-938
lines changed

docs/pages/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This should give you the following message:
4444

4545
.. code-block:: none
4646
47-
'0.4.0'
47+
'0.5.0'
4848
4949
5050
Uninstall

docs/pages/tutorials/mf_tempo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ in version **0.3.0** and revised in its current format in **0.4.0.**
4949
5050
.. parsed-literal::
5151
52-
'0.4.0'
52+
'0.5.0'
5353
5454
5555

docs/pages/tutorials/parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The OQuPy version should be ``>=0.5.0``
5757
5858
.. parsed-literal::
5959
60-
'0.4.0'
60+
'0.5.0'
6161
6262
6363
---------------------------------------------------------------

docs/pages/tutorials/parameters.rst~

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The OQuPy version should be ``>=0.5.0``
5757

5858
.. parsed-literal::
5959

60-
'0.4.0'
60+
'0.5.0'
6161

6262

6363
---------------------------------------------------------------

docs/pages/tutorials/pt_gradient/pt_gradient.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The OQuPy version should be ``>=v0.5.0``
3333
3434
.. parsed-literal::
3535
36-
'0.4.0'
36+
'0.5.0'
3737
3838
3939

docs/pages/tutorials/pt_tebd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ and check what version of tempo we are using.
4949
5050
.. parsed-literal::
5151
52-
'0.4.0'
52+
'0.5.0'
5353
5454
5555

docs/pages/tutorials/pt_tempo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ and check what version of tempo we are using.
6060
6161
.. parsed-literal::
6262
63-
'0.4.0'
63+
'0.5.0'
6464
6565
6666

docs/pages/tutorials/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and check what version of tempo we are using.
5252
5353
.. parsed-literal::
5454
55-
'0.4.0'
55+
'0.5.0'
5656
5757
5858

oqupy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
This module just defines what version of OQuPy we are currently looking at.
1414
"""
1515

16-
__version__ = '0.4.0'
16+
__version__ = '0.5.0'

tutorials/mf_tempo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"cell_type": "markdown",
5252
"metadata": {},
5353
"source": [
54-
"Check the current OQuPy version; mean-field functionality was introduced in version **0.3.0** and revised in its current format in **0.4.0.**"
54+
"Check the current OQuPy version; mean-field functionality was introduced in version **0.3.0** and revised in its current format in **0.5.0.**"
5555
]
5656
},
5757
{
@@ -62,7 +62,7 @@
6262
{
6363
"data": {
6464
"text/plain": [
65-
"'0.4.0'"
65+
"'0.5.0'"
6666
]
6767
},
6868
"execution_count": 2,

0 commit comments

Comments
 (0)