Skip to content

Commit

Permalink
Bump version string post release (#4119)
Browse files Browse the repository at this point in the history
Now that qiskit-terra 0.13.0 is out the door we should bump the version
string on master to show the source version we're installing is newer
than what's been released.
  • Loading branch information
mtreinish authored Apr 10, 2020
1 parent beaa6e6 commit cd7e8e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ pull_request_rules:
actions:
backport:
branches:
- stable/0.12
- stable/0.13
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.12.0'
release = '0.14.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion qiskit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.14.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

setup(
name="qiskit-terra",
version="0.13.0",
version="0.14.0",
description="Software for developing quantum computing programs",
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit cd7e8e1

Please sign in to comment.