Skip to content

Commit

Permalink
Fixed manifest, and bumped version number again to fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdwetering committed Feb 22, 2023
1 parent db47bcf commit cb139c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ include pyzx/js/zx_editor_widget.js
include pyzx/js/zx_viewer.js
include pyzx/js/d3.v5.min.js
include pyzx/js/zx_viewer.inline.js
include readme.md
include LICENSE
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
author = 'Aleks Kissinger and John van de Wetering'

# The short X.Y version
version = '0.7.2'
version = '0.7.3'
# The full version, including alpha/beta/rc tags
release = '0.7.2'
release = '0.7.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyzx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.7.2"
__version__ = "0.7.3"

from .graph.graph import Graph
from .circuit import Circuit, gates, id
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.7.2",
version="0.7.3",
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 cb139c9

Please sign in to comment.