Skip to content

Commit

Permalink
Bump version to prepare for stable release (#4368)
Browse files Browse the repository at this point in the history
This commit bumps the version number in preparation for a new bugfix
release.
  • Loading branch information
mtreinish authored May 1, 2020
1 parent 4ce1e61 commit ca0461b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.14.0'
release = '0.14.1'

# -- 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.14.0
0.14.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

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

0 comments on commit ca0461b

Please sign in to comment.