Skip to content

Commit

Permalink
Bump version to 0.6.0+dev
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Jun 4, 2024
1 parent c756cfb commit 505bab7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
The weylchamber package
=======================

.. raw:: html

<a href="https://github.com/qucontrol/weylchamber">
<img src="https://img.shields.io/badge/github-qucontrol/weylchamber-blue.svg" alt="Source code on Github" />
</a><a href="https://qucontrol.github.io/weylchamber/">
<img src="https://img.shields.io/badge/docs-gh--pages-blue.svg" alt="Documentation" />
</a><a href="https://pypi.python.org/pypi/weylchamber">
<img src="https://img.shields.io/pypi/v/weylchamber.svg" alt="weylchamber on the Python Package Index" />
</a><a href="https://github.com/qucontrol/weylchamber/actions?query=workflow%3ADocs">
<img src="https://github.com/qucontrol/weylchamber/actions/workflows/docs.yml/badge.svg?branch=master" alt="Documentation Status" />
</a><a href="https://opensource.org/licenses/BSD-3-Clause">
<img src="https://img.shields.io/badge/License-BSD-green.svg" alt="BSD License" />
</a>


Python package for analyzing two-qubit gates in the Weyl chamber

Development of the ``weylchamber`` package happens on `Github`_.
Expand Down
2 changes: 1 addition & 1 deletion src/weylchamber/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Top-level package for weylchamber."""

__version__ = '0.6.0'
__version__ = '0.6.0+dev'

from .coordinates import *
from .local_invariants import *
Expand Down

0 comments on commit 505bab7

Please sign in to comment.