Skip to content

Commit e8f9323

Browse files
authored
Release v0.5.0 (#1558)
1 parent 9775995 commit e8f9323

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ language: python
44
branches:
55
only:
66
- master
7+
- v0.5.0-dev
78

89
before_install:
910
- pip install --upgrade pip setuptools wheel

cirq/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

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

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

0 commit comments

Comments
 (0)