Skip to content

Commit

Permalink
Release v0.5.0 (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc authored Apr 24, 2019
1 parent 9775995 commit e8f9323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ language: python
branches:
only:
- master
- v0.5.0-dev

before_install:
- pip install --upgrade pip setuptools wheel
Expand Down
2 changes: 1 addition & 1 deletion cirq/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

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

__version__ = "0.5.0.dev"
__version__ = "0.5.0"

0 comments on commit e8f9323

Please sign in to comment.