Skip to content

Commit

Permalink
Merge pull request #19 from QuTech-Delft/fix/SDS-602/pre_release
Browse files Browse the repository at this point in the history
pre-release: version increase and setup dev-changes
  • Loading branch information
QFer authored Jul 7, 2022
2 parents deac478 + cc96cea commit 1fec75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pennylane_quantuminspire/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
Version number according to semantic versioning (https://semver.org/)
"""

__version__ = "0.2.0-beta.11"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]

extra_requirements = {
'dev': ['pytest>=3.3.1', 'pylint', 'mypy>=0.670'],
'dev': ['pytest>=3.3.1', 'pytest-cov', 'pytest-mock', 'pylint', 'mypy>=0.670', 'black'],
'rtd': ['docutils==0.16', 'ipykernel==6.13.0', 'jinja2==3.0.3', 'mthree==0.23.0', 'nbsphinx==0.8.9',
'pybind11==2.9.2', 'pygments==2.12.0', 'pygments-github-lexers==0.0.5', 'sphinxcontrib-bibtex==2.4.2',
'sphinx-automodapi==0.14.1', 'xanadu-sphinx-theme==0.1.0'],
Expand Down

0 comments on commit 1fec75d

Please sign in to comment.