Bump version to 0.17.0 for next release (#5243)

Now that 0.16.0 is out the door this commit bumps
the version to 0.17.0 for the next release.

Mergify backport targets 0.16.0 release
This commit is contained in:
Lauren Capelluto 2020-10-15 19:07:00 -07:00 committed by GitHub
parent 95ccac958c
commit 7633baa6dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -15,4 +15,4 @@ pull_request_rules:
actions:
backport:
branches:
- stable/0.15
- stable/0.16

View File

@ -44,7 +44,7 @@ author = 'Qiskit Development Team'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.16.0'
release = '0.17.0'
# -- General configuration ---------------------------------------------------

View File

@ -1 +1 @@
0.16.0
0.17.0

View File

@ -77,7 +77,7 @@ with open(README_PATH) as readme_file:
setup(
name="qiskit-terra",
version="0.16.0",
version="0.17.0",
description="Software for developing quantum computing programs",
long_description=README,
long_description_content_type='text/markdown',