Skip to content

Commit

Permalink
Version bump v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gefux committed Jun 24, 2024
1 parent 78680c1 commit af977e2
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 938 deletions.
2 changes: 1 addition & 1 deletion docs/pages/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This should give you the following message:

.. code-block:: none
'0.4.0'
'0.5.0'
Uninstall
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/tutorials/mf_tempo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ in version **0.3.0** and revised in its current format in **0.4.0.**
.. parsed-literal::
'0.4.0'
'0.5.0'
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/tutorials/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The OQuPy version should be ``>=0.5.0``
.. parsed-literal::
'0.4.0'
'0.5.0'
---------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/tutorials/parameters.rst~
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The OQuPy version should be ``>=0.5.0``

.. parsed-literal::

'0.4.0'
'0.5.0'


---------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/tutorials/pt_gradient/pt_gradient.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The OQuPy version should be ``>=v0.5.0``
.. parsed-literal::
'0.4.0'
'0.5.0'
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/tutorials/pt_tebd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ and check what version of tempo we are using.
.. parsed-literal::
'0.4.0'
'0.5.0'
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/tutorials/pt_tempo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ and check what version of tempo we are using.
.. parsed-literal::
'0.4.0'
'0.5.0'
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/tutorials/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ and check what version of tempo we are using.
.. parsed-literal::
'0.4.0'
'0.5.0'
Expand Down
2 changes: 1 addition & 1 deletion oqupy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
This module just defines what version of OQuPy we are currently looking at.
"""

__version__ = '0.4.0'
__version__ = '0.5.0'
4 changes: 2 additions & 2 deletions tutorials/mf_tempo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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.**"
"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.**"
]
},
{
Expand All @@ -62,7 +62,7 @@
{
"data": {
"text/plain": [
"'0.4.0'"
"'0.5.0'"
]
},
"execution_count": 2,
Expand Down
2 changes: 1 addition & 1 deletion tutorials/parameters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{
"data": {
"text/plain": [
"'0.4.0'"
"'0.5.0'"
]
},
"execution_count": 2,
Expand Down
922 changes: 0 additions & 922 deletions tutorials/parameters.ipynb~

This file was deleted.

2 changes: 1 addition & 1 deletion tutorials/pt_gradient.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"data": {
"text/plain": [
"'0.4.0'"
"'0.5.0'"
]
},
"execution_count": 2,
Expand Down
2 changes: 1 addition & 1 deletion tutorials/pt_tebd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{
"data": {
"text/plain": [
"'0.4.0'"
"'0.5.0'"
]
},
"execution_count": 2,
Expand Down
2 changes: 1 addition & 1 deletion tutorials/pt_tempo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{
"data": {
"text/plain": [
"'0.4.0'"
"'0.5.0'"
]
},
"execution_count": 2,
Expand Down
2 changes: 1 addition & 1 deletion tutorials/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
{
"data": {
"text/plain": [
"'0.4.0'"
"'0.5.0'"
]
},
"execution_count": 2,
Expand Down

0 comments on commit af977e2

Please sign in to comment.