Skip to content

Commit edbee2c

Browse files
authored
bump cirq to v0.12.0.dev (#4121)
I forgot to do this at the release of v0.11.
1 parent 51d6884 commit edbee2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cirq-core/cirq/_version.py

Lines changed: 1 addition & 1 deletion
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.11.0.dev"
32+
__version__ = "0.12.0.dev"

cirq-google/cirq_google/_version.py

Lines changed: 1 addition & 1 deletion
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.11.0.dev"
32+
__version__ = "0.12.0.dev"

0 commit comments

Comments
 (0)