Skip to content

Commit

Permalink
Push version number to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdwetering committed Feb 14, 2024
1 parent c38b4a3 commit a6e34d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
9 changes: 0 additions & 9 deletions Instructions for uploading to PyPI.txt

This file was deleted.

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.3'
version = '0.8.0'
# The full version, including alpha/beta/rc tags
release = '0.7.3'
release = '0.8.0'


# -- 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.3"
__version__ = "0.8.0"

from .graph.graph import Graph
from .circuit import Circuit, gates, id
Expand Down
3 changes: 1 addition & 2 deletions 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.4",
version="0.8.0",
url="https://github.com/Quantomatic/pyzx.git",
description="Library for quantum circuit rewriting and optimisation using the ZX-calculus",
long_description=README,
Expand All @@ -19,7 +19,6 @@
classifiers=[
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit a6e34d9

Please sign in to comment.