Skip to content
This repository was archived by the owner on Sep 13, 2019. It is now read-only.

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusprubio committed Aug 9, 2018
1 parent bc64523 commit fcc73f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.4.1",
"lerna": "2.0.0",
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/qiskit-devs-anu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiskit/devs-anu",
"version": "0.4.0",
"version": "0.4.1",
"description": "Australia National University engine for Qiskit for developers",
"author": {
"name": "IBM RESEARCH",
Expand Down
4 changes: 2 additions & 2 deletions packages/qiskit-devs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiskit/devs",
"version": "0.4.0",
"version": "0.4.1",
"description": "Quantum Information algorithms for developers",
"author": {
"name": "IBM RESEARCH",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/Qiskit/qiskit-js/issues"
},
"dependencies": {
"@qiskit/devs-anu": "^0.4.0",
"@qiskit/devs-anu": "^0.4.1",
"@qiskit/devs-ibm": "^0.4.0",
"@qiskit/devs-js": "^0.4.0",
"@qiskit/utils": "^0.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/qiskit-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiskit/sdk",
"version": "0.4.0",
"version": "0.4.1",
"description": "Quantum Information Science Kit meta-package",
"author": {
"name": "IBM RESEARCH",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@qiskit/cloud": "^0.4.0",
"@qiskit/devs": "^0.4.0",
"@qiskit/devs": "^0.4.1",
"@qiskit/qasm": "^0.4.0",
"@qiskit/sim": "^0.4.0",
"@qiskit/utils": "^0.4.0",
Expand Down

0 comments on commit fcc73f2

Please sign in to comment.