Skip to content

Commit 506ef08

Browse files
Removing v0.16.0dev -> v1.0.0
1 parent beab8b7 commit 506ef08

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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.16.0.dev"
17+
__version__ = "1.0.0"

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.16.0.dev"
32+
__version__ = "1.0.0"

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.16.0.dev"
32+
__version__ = "1.0.0"

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.16.0.dev"
17+
__version__ = "1.0.0"

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.16.0.dev"
17+
__version__ = "1.0.0"

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.16.0.dev"
17+
__version__ = "1.0.0"

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.16.0.dev"
15+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)