Skip to content

Commit

Permalink
Removing 1.3.0.dev -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrain115 committed Dec 1, 2023
1 parent 9b65f68 commit 7df83d7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cirq-aqt/cirq_aqt/_version.py
Expand Up @@ -14,4 +14,4 @@

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

__version__ = "1.3.0.dev"
__version__ = "1.3.0"
2 changes: 1 addition & 1 deletion cirq-core/cirq/_version.py
Expand Up @@ -28,4 +28,4 @@
'of cirq (e.g. "python -m pip install cirq==1.1.*")'
)

__version__ = "1.3.0.dev"
__version__ = "1.3.0"
2 changes: 1 addition & 1 deletion cirq-ft/cirq_ft/_version.py
Expand Up @@ -14,4 +14,4 @@

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

__version__ = "1.3.0.dev"
__version__ = "1.3.0"
2 changes: 1 addition & 1 deletion cirq-google/cirq_google/_version.py
Expand Up @@ -28,4 +28,4 @@
'of cirq (e.g. "python -m pip install cirq==1.1.*")'
)

__version__ = "1.3.0.dev"
__version__ = "1.3.0"
2 changes: 1 addition & 1 deletion cirq-ionq/cirq_ionq/_version.py
Expand Up @@ -14,4 +14,4 @@

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

__version__ = "1.3.0.dev"
__version__ = "1.3.0"
2 changes: 1 addition & 1 deletion cirq-pasqal/cirq_pasqal/_version.py
Expand Up @@ -14,4 +14,4 @@

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

__version__ = "1.3.0.dev"
__version__ = "1.3.0"
2 changes: 1 addition & 1 deletion cirq-rigetti/cirq_rigetti/_version.py
Expand Up @@ -14,4 +14,4 @@

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

__version__ = "1.3.0.dev"
__version__ = "1.3.0"
2 changes: 1 addition & 1 deletion cirq-web/cirq_web/_version.py
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.3.0.dev"
__version__ = "1.3.0"

0 comments on commit 7df83d7

Please sign in to comment.