Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdwetering committed Apr 8, 2020
1 parent 119b23b commit 8f84a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyzx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

__version__ = "0.5.0"
__version__ = "0.5.1"

from .graph.graph import Graph
from .linalg import Mat2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name="pyzx",
author="Quantomatic",
author_email="[email protected]",
version="0.5.0",
version="0.5.1",
url="https://github.com/Quantomatic/pyzx.git",
description="Library for quantum circuit rewriting and optimisation using the ZX-calculus",
long_description=README,
Expand Down

0 comments on commit 8f84a1e

Please sign in to comment.