We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9775995 commit e8f9323Copy full SHA for e8f9323
.travis.yml
@@ -4,6 +4,7 @@ language: python
4
branches:
5
only:
6
- master
7
+ - v0.5.0-dev
8
9
before_install:
10
- pip install --upgrade pip setuptools wheel
cirq/_version.py
@@ -14,4 +14,4 @@
14
15
"""Define version number here and read it from setup.py automatically"""
16
17
-__version__ = "0.5.0.dev"
+__version__ = "0.5.0"
0 commit comments