Skip to content

Commit

Permalink
Version 0.4.4
Browse files Browse the repository at this point in the history
* Hotfix Qiskit & Numpy

Co-authored-by: Alex Moylett <alex.moylett@riverlane.com>
  • Loading branch information
anton-buyskikh and aemylt committed Feb 9, 2021
1 parent 586286d commit c554a60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deltalanguage/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
__contributors_lines__ = "\n".join(contributors)
__email__ = "deltaflow@riverlane.com"

version_info = (0, 4, 3)
version_info = (0, 4, 4)
"""Tuple[int, int, int] : version information
The three components of the version:
``major``, ``minor`` and ``micro``: Module level variable documented inline.
Expand Down
2 changes: 1 addition & 1 deletion docs/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo ${PYTHONPATH}
# add it to DOCSVERSIONS following a whitespace
# Make sure dev is the last one as it has the latest version of conf.py
# TODO: automate this process
DOCSVERSIONS="v0.4.3 dev"
DOCSVERSIONS="v0.4.4 dev"
export DOCSVERSIONS=${DOCSVERSIONS}
# This variable is defined in docs/Makefile
# TODO: remover redundant repetition
Expand Down
2 changes: 1 addition & 1 deletion environment/install_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ migen>=0.9.2
numpy~=1.19.0
projectq>=0.5
pycapnp>=0.6
qiskit>=0.23
qiskit==0.23.4
tqdm>=4.51

0 comments on commit c554a60

Please sign in to comment.