Skip to content

Commit 8a7d6f8

Browse files
Removing 0.13.0.dev -> 0.13.0
1 parent 50271af commit 8a7d6f8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Diff for: cirq-aqt/cirq_aqt/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""Define version number here, read it from setup.py automatically"""
1616

17-
__version__ = "0.13.0.dev"
17+
__version__ = "0.13.0"

Diff for: cirq-core/cirq/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
'of cirq (e.g. "python -m pip install cirq==0.5.*")'
3030
)
3131

32-
__version__ = "0.13.0.dev"
32+
__version__ = "0.13.0"

Diff for: cirq-google/cirq_google/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
'of cirq (e.g. "python -m pip install cirq==0.5.*")'
3030
)
3131

32-
__version__ = "0.13.0.dev"
32+
__version__ = "0.13.0"

Diff for: cirq-ionq/cirq_ionq/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""Define version number here, read it from setup.py automatically"""
1616

17-
__version__ = "0.13.0.dev"
17+
__version__ = "0.13.0"

Diff for: cirq-pasqal/cirq_pasqal/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""Define version number here, read it from setup.py automatically"""
1616

17-
__version__ = "0.13.0.dev"
17+
__version__ = "0.13.0"

Diff for: cirq-rigetti/cirq_rigetti/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""Define version number here, read it from setup.py automatically"""
1616

17-
__version__ = "0.13.0.dev"
17+
__version__ = "0.13.0"

Diff for: cirq-web/cirq_web/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.13.0.dev"
15+
__version__ = "0.13.0"

0 commit comments

Comments
 (0)