Skip to content

Commit

Permalink
Bump version to 0.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton committed May 16, 2024
1 parent b98d142 commit 367c1f4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/barren_plateaus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow-quantum==0.7.2"
"!pip install tensorflow-quantum==0.7.3"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/gradients.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow-quantum==0.7.2"
"!pip install tensorflow-quantum==0.7.3"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/hello_many_worlds.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow-quantum==0.7.2"
"!pip install tensorflow-quantum==0.7.3"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow-quantum==0.7.2"
"!pip install tensorflow-quantum==0.7.3"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/noise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow==2.15.0 tensorflow-quantum==0.7.2"
"!pip install tensorflow==2.15.0 tensorflow-quantum==0.7.3"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/qcnn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow-quantum==0.7.2"
"!pip install tensorflow-quantum==0.7.3"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/quantum_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}
],
"source": [
"!pip install tensorflow==2.15.0 tensorflow-quantum==0.7.2"
"!pip install tensorflow==2.15.0 tensorflow-quantum==0.7.3"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/quantum_reinforcement_learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow-quantum==0.7.2"
"!pip install tensorflow-quantum==0.7.3"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/research_tools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"outputs": [],
"source": [
"!pip install tensorflow==2.15.0 tensorflow-quantum==0.7.2 tensorboard_plugin_profile==2.4.0"
"!pip install tensorflow==2.15.0 tensorflow-quantum==0.7.3 tensorboard_plugin_profile==2.15.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion release/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def finalize_options(self):
# placed as extra to not have required overwrite existing nightly installs if
# they exist.
EXTRA_PACKAGES = ['tensorflow == 2.15.0']
CUR_VERSION = '0.7.3'
CUR_VERSION = '0.7.4'


class BinaryDistribution(Distribution):
Expand Down

0 comments on commit 367c1f4

Please sign in to comment.