Skip to content

Commit

Permalink
Update version to 0.2.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSerraPeralta authored Oct 20, 2024
1 parent 76883cf commit 9f72369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
requires-python = ">=3.10"
name = "qec-util"
description = "Useful tools for QEC simulation"
version = "0.1.0"
version = "0.2.0"
authors = [
{ name = "Marc Serra Peralta", email = "[email protected]" },
{ name = "Boris Varbanov", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion qec_util/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import performance, util, distance, dems, circuits

__version__ = "0.1.0"
__version__ = "0.2.0"
__all__ = ["performance", "util", "distance", "dems", "circuits"]

0 comments on commit 9f72369

Please sign in to comment.