Skip to content

Commit

Permalink
Merge pull request #92 from QCoDeS/realease/v0.9.1
Browse files Browse the repository at this point in the history
Make f1rst release!!!!1one
  • Loading branch information
WilliamHPNielsen authored Sep 19, 2018
2 parents 8afaaf1 + 44de850 commit 6726d7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ install:
- activate test-environment
- python -m pip install --upgrade pip
- pip install -r test_requirements.txt
# temporary solution while waiting for all files for matplotlib 3.0.0 on pypi
- pip install matplotlib==2.2.3
- pip install .

# Test scripts
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

setup(
name='broadbean',
version='0.9',
version='0.9.1',

# We might as well require what we know will work
# although older numpy and matplotlib version will probably work too
install_requires=['numpy>=1.12.1',
'matplotlib>=2.0.1',
'matplotlib',
'schema'],

author='William H.P. Nielsen',
author_email='[email protected]',
author_email='[email protected]',

description=("Package for easily generating and manipulating signal "
"pulses. Developed for use with qubits in the quantum "
Expand Down

0 comments on commit 6726d7f

Please sign in to comment.