From 8f84a1e9d5fbea3b5b6d164b5dc3be6f250787b1 Mon Sep 17 00:00:00 2001 From: John van de Wetering Date: Wed, 8 Apr 2020 11:00:49 +0200 Subject: [PATCH] Bump version number --- pyzx/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyzx/__init__.py b/pyzx/__init__.py index 010eec3c..207d8eb6 100644 --- a/pyzx/__init__.py +++ b/pyzx/__init__.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "0.5.0" +__version__ = "0.5.1" from .graph.graph import Graph from .linalg import Mat2 diff --git a/setup.py b/setup.py index b6173d38..a8cb19e6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ name="pyzx", author="Quantomatic", author_email="john@vdwetering.name", - 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,